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 |
51 #define DEBUG_UNCOLLECTABLE (1<<2) /* print uncollectable objects */ macro54 DEBUG_UNCOLLECTABLE | \925 if (_PyRuntime.gc.debug & DEBUG_UNCOLLECTABLE) in collect()1554 ADD_INT(DEBUG_UNCOLLECTABLE); in PyInit_gc()1617 if (_PyRuntime.gc.debug & DEBUG_UNCOLLECTABLE) in _PyGC_DumpShutdownStats()1630 if (_PyRuntime.gc.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()
220 :const:`DEBUG_UNCOLLECTABLE` is set, in addition all uncollectable objects277 .. data:: DEBUG_UNCOLLECTABLE296 leaking program (equal to ``DEBUG_COLLECTABLE | DEBUG_UNCOLLECTABLE |
596 :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