Home
last modified time | relevance | path

Searched refs:DEBUG_UNCOLLECTABLE (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/
Dgcmodule.c122 #define DEBUG_UNCOLLECTABLE (1<<2) /* print uncollectable objects */ macro
125 DEBUG_UNCOLLECTABLE | \
1306 if (gcstate->debug & DEBUG_UNCOLLECTABLE) in gc_collect_main()
2026 ADD_INT(DEBUG_UNCOLLECTABLE); in gcmodule_exec()
2135 if (gcstate->debug & DEBUG_UNCOLLECTABLE) in _PyGC_DumpShutdownStats()
2148 if (gcstate->debug & DEBUG_UNCOLLECTABLE) { in _PyGC_DumpShutdownStats()
/third_party/python/Doc/library/
Dgc.rst250 :const:`DEBUG_UNCOLLECTABLE` is set, in addition all uncollectable objects
307 .. data:: DEBUG_UNCOLLECTABLE
326 leaking program (equal to ``DEBUG_COLLECTABLE | DEBUG_UNCOLLECTABLE |
/third_party/python/Doc/whatsnew/
D3.2.rst598 :data:`gc.garbage` list isn't empty, and if :attr:`gc.DEBUG_UNCOLLECTABLE` is
/third_party/python/Misc/
DHISTORY17002 from the gc module; gc.DEBUG_COLLECTABLE or gc.DEBUG_UNCOLLECTABLE