SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

gh-107211: No longer export internal functions (6) (#108424)

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.
V
Victor Stinner committed
ea871c9b0f08399e440baed95a3e5793d6e0ea66
Parent: 3f7e93b
Committed by GitHub <noreply@github.com> on 8/24/2023, 3:28:35 PM