Searched refs:DEBUG_UNCOLLECTABLE (Results 1 – 6 of 6) sorted by relevance
207 .. data:: DEBUG_UNCOLLECTABLE216 When :const:`DEBUG_COLLECTABLE` or :const:`DEBUG_UNCOLLECTABLE` is set, print222 When :const:`DEBUG_COLLECTABLE` or :const:`DEBUG_UNCOLLECTABLE` is set, print235 leaking program (equal to ``DEBUG_COLLECTABLE | DEBUG_UNCOLLECTABLE |
123 #define DEBUG_UNCOLLECTABLE (1<<2) /* print uncollectable objects */ macro126 DEBUG_UNCOLLECTABLE | \1279 if (gcstate->debug & DEBUG_UNCOLLECTABLE) in collect()2036 ADD_INT(DEBUG_UNCOLLECTABLE); in PyInit_gc()2110 if (gcstate->debug & DEBUG_UNCOLLECTABLE) in _PyGC_DumpShutdownStats()2123 if (gcstate->debug & DEBUG_UNCOLLECTABLE) { in _PyGC_DumpShutdownStats()
158 #define DEBUG_UNCOLLECTABLE (1<<2) /* print uncollectable objects */ macro163 DEBUG_UNCOLLECTABLE | \989 if (debug & DEBUG_UNCOLLECTABLE) in collect()1419 ADD_INT(DEBUG_UNCOLLECTABLE); in initgc()
244 :const:`DEBUG_UNCOLLECTABLE` is set, in addition all uncollectable objects301 .. data:: DEBUG_UNCOLLECTABLE320 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