-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-135755: Move PyFunction_GET_BUILTINS
to the private API
#135938
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
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.
Yeah, making it internal makes sense.
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.
Thank you!
Thanks @ZeroIntensity for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…ythonGH-135938) (cherry picked from commit 10a3d43) Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
GH-135972 is a backport of this pull request to the 3.14 branch. |
This is an alternative to GH-135934. It seems like it might be better to move this to the private API for a few reasons:
PyFunction_Get*
equivalent forPyFunction_GET_BUILTINS
._testinternalcapi
.