SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 145 Python

Fix for SF bug 110688: Instance deallocation neglected to account for

that Py_INCREF boosts global _Py_RefTotal when Py_REF_DEBUG is defined
but Py_TRACE_REFS isn't.

There are, IMO, way too many preprocessor gimmicks in use for refcount
debugging (at least 3 distinct true/false symbols, but not all 8 combos
are supported by the code, etc etc), and no coherent documentation of
this stuff -- 'twas too painful to track this one down.
T
Tim Peters committed
6b184918f6611654d8501ecd467209ddcb33f027
Parent: df9e6b8