]> granicus.if.org Git - python/commit
Minor cleanup in the gc module.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 10 Dec 2007 23:58:35 +0000 (23:58 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 10 Dec 2007 23:58:35 +0000 (23:58 +0000)
commitad8dcd5f1af1b2a6b64040163d011628ab4f7691
treed27f5834b89b96f5b10fad0abbb41647026e815e
parentbd2e0c01938bf3afe3a8805e4ce9245b036fc11b
Minor cleanup in the gc module.
Removed gc.DEBUG_OBJECT: there is only one kind of objects.
Now gc.DEBUG_COLLECTABLE or gc.DEBUG_UNCOLLECTABLE can be used alone to print the
corresponding list of objects.

Also removed a footnote about version 2.2, and a comment explaining some deleted code.
Doc/library/gc.rst
Misc/NEWS
Modules/gcmodule.c