Files
cpython/Include
Tim Peters 4be93d0e84 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.
2002-07-07 19:59:50 +00:00
..
2002-02-28 23:46:34 +00:00
2002-06-13 17:59:51 +00:00
2002-04-22 02:33:27 +00:00
2001-12-06 06:23:26 +00:00
2002-04-28 04:11:46 +00:00
2001-10-05 22:06:45 +00:00