SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 33 Python

Rearranged and added comments to object.h, to clarify many things

that have taken me "too long" to reverse-engineer over the years.
Vastly reduced the nesting level and redundancy of #ifdef-ery.
Took a light stab at repairing comments that are no longer true.

sys_gettotalrefcount():  Changed to enable under Py_REF_DEBUG.
It was enabled under Py_TRACE_REFS, which was much heavier than
necessary.  sys.gettotalrefcount() is now available in a
Py_REF_DEBUG-only build.
T
Tim Peters committed
4be93d0e848ca2dc55f119a7b0eb31fb995d7d33
Parent: 144dea3