Files
cpython/Include
Victor Stinner 40e547dfbb 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.
2020-02-05 01:11:10 +01:00
..
2019-11-16 01:04:44 +01:00
2020-01-25 14:52:44 +01:00
2016-08-20 08:03:06 +00:00
2019-08-23 16:39:09 +01:00