Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-106320: Remove _Py_SwappedOp from the C API#107036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
lgtm, if someone is using this API, they can write their utility function.
If someone uses it, we can consider exposing a public API for that. Or they can just copy/paste this short array in their code. |
Move _Py_SwappedOp to the internal C API (pycore_object.h).The symbol is still exported since it's part of the stable ABI.
The symbol must still be exported since it's part of the stable ABI. |
Move _Py_SwappedOp to the internal C API (pycore_object.h).
Uh oh!
There was an error while loading.Please reload this page.
Move _Py_SwappedOp to the internal C API (pycore_object.h).