COMMITS
/ Include/internal/pycore_pymem.h June 15, 2020
V
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner committed
May 12, 2020
V
bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
Victor Stinner committed
April 13, 2020
V
bpo-40241: Add pycore_gc.h header file (GH-19494)
Victor Stinner committed
February 5, 2020
V
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Victor Stinner committed
December 27, 2019
P
Move comment about permanent generation to gcmodule.c (GH-17718)
Pablo Galindo committed
November 20, 2019
V
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
Victor Stinner committed
V
bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266)
Victor Stinner committed
October 10, 2019
V
bpo-38392: Only declare visit_validate() if Py_DEBUG is defined (GH-16689)
Victor Stinner committed
October 7, 2019
V
bpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
Victor Stinner committed
V
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Victor Stinner committed
October 2, 2019
V
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner committed
May 24, 2019
V
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner committed
May 17, 2019
V
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner committed
April 17, 2019
V
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner committed
April 11, 2019
V
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner committed
V
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner committed
March 6, 2019
V
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Victor Stinner committed
March 5, 2019
V
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
Victor Stinner committed
November 13, 2018
V
bpo-35081: Make some _PyGC macros internal (GH-10507)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed