-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
bpo-44231: Remove _PyTuple_FromArray from the public C API #26352
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'm not sure if this calls for a NEWS item. Gut feeling says yes :) @pablogsal |
It won't hurt, but notice this function is not exposed in the public headers (is in |
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
I would like @vstinner to review this as well, but if he has no time, please ping me in some days so I can land this :)
Great, thanks Pablo! :) |
There was no NEWS entry when it was introduced. That does not imply that we shouldn't include one now, but I believe it's best to keep this strictly internal; a NEWS item may be more confusing than useful in this case. |
Merged. I changed the commit message. It's still part of the internal C API, it's just that the symbol is no longer exported. |
You must not document changes in the internal C API. People must not use it outside CPython. If they use it, they are on their own. |
Aye! Thanks for reviewing! |
https://bugs.python.org/issue44231