Searched refs:DEBUG_UNCOLLECTABLE (Results 1 – 4 of 4) sorted by relevance
122 #define DEBUG_UNCOLLECTABLE (1<<2) /* print uncollectable objects */ macro125 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()
250 :const:`DEBUG_UNCOLLECTABLE` is set, in addition all uncollectable objects307 .. data:: DEBUG_UNCOLLECTABLE326 leaking program (equal to ``DEBUG_COLLECTABLE | DEBUG_UNCOLLECTABLE |
598 :data:`gc.garbage` list isn't empty, and if :attr:`gc.DEBUG_UNCOLLECTABLE` is
17002 from the gc module; gc.DEBUG_COLLECTABLE or gc.DEBUG_UNCOLLECTABLE