-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-107211: No longer export internal functions (6) #108424
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
No longer export these 5 internal C API functions: * _PyArena_AddPyObject() * _PyArena_Free() * _PyArena_Malloc() * _PyArena_New() * _Py_FatalRefcountErrorFunc() Change comment style to "// comment" and add comment explaining why other functions have to be exported.
|
|
|
No longer export these 5 internal C API functions:
Change comment style to "// comment" and add comment explaining why other functions have to be exported.