-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
[C API] Remove PyTuple_ClearFreeList() function (move it to the internal C API) #84608
Comments
The following C functions are implementation details and should not be called directly:
To call them all at once, simply call explicitly PyGC_Collect(). Attached PR move these functions to the internal C API and stop to export them. |
Only PyTuple_ClearFreeList() was exported by PC/python3.def. |
Note: I created this issue while working on bpo-40421, when I moved PyFrame_ClearFreeList() definition from Include/frameobject.h to Include/cpython/frameobject.h. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: