Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dgc.rst207 .. data:: DEBUG_UNCOLLECTABLE
216 When :const:`DEBUG_COLLECTABLE` or :const:`DEBUG_UNCOLLECTABLE` is set, print
222 When :const:`DEBUG_COLLECTABLE` or :const:`DEBUG_UNCOLLECTABLE` is set, print
235 leaking program (equal to ``DEBUG_COLLECTABLE | DEBUG_UNCOLLECTABLE |
/external/python/cpython3/Modules/
Dgcmodule.c123 #define DEBUG_UNCOLLECTABLE (1<<2) /* print uncollectable objects */ macro
126 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()
/external/python/cpython2/Modules/
Dgcmodule.c158 #define DEBUG_UNCOLLECTABLE (1<<2) /* print uncollectable objects */ macro
163 DEBUG_UNCOLLECTABLE | \
989 if (debug & DEBUG_UNCOLLECTABLE) in collect()
1419 ADD_INT(DEBUG_UNCOLLECTABLE); in initgc()
/external/python/cpython3/Doc/library/
Dgc.rst244 :const:`DEBUG_UNCOLLECTABLE` is set, in addition all uncollectable objects
301 .. data:: DEBUG_UNCOLLECTABLE
320 leaking program (equal to ``DEBUG_COLLECTABLE | DEBUG_UNCOLLECTABLE |
/external/python/cpython3/Doc/whatsnew/
D3.2.rst598 :data:`gc.garbage` list isn't empty, and if :attr:`gc.DEBUG_UNCOLLECTABLE` is
/external/python/cpython3/Misc/
DHISTORY17002 from the gc module; gc.DEBUG_COLLECTABLE or gc.DEBUG_UNCOLLECTABLE