bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
_Py_NewReference() becomes a regular opaque function, rather than a static inline function in the C API (object.h), to better hide implementation details. Move _Py_tracemalloc_config from public pymem.h to internal pycore_pymem.h header. Make _Py_AddToAllObjects() private.
V
Victor Stinner committed
40e547dfbb9052ca0c667b242f6825ed1c23c195
Parent: 2545fa8
Committed by GitHub <noreply@github.com>
on 2/5/2020, 12:11:10 AM