mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
49932fec62
* Remove _Py_INC_REFTOTAL and _Py_DEC_REFTOTAL macros: modify directly _Py_RefTotal. * _Py_ForgetReference() is no longer defined if the Py_TRACE_REFS macro is not defined. * Remove _Py_NewReference() implementation from object.c: unify the two implementations in object.h inline function. * Fix Py_TRACE_REFS build: _Py_INC_TPALLOCS() macro has been removed.
Source files for standard library extension modules, and former extension modules that are now builtin modules.