Make PyXXX_Fini() functions private (GH-15531)
For example, rename PyTuple_Fini() to _PyTuple_Fini(). These functions are only declared in the internal C API.
Showing
Please register or sign in to comment
For example, rename PyTuple_Fini() to _PyTuple_Fini(). These functions are only declared in the internal C API.