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.c51 #define DEBUG_UNCOLLECTABLE (1<<2) /* print uncollectable objects */ macro
54 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()
/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.rst220 :const:`DEBUG_UNCOLLECTABLE` is set, in addition all uncollectable objects
277 .. data:: DEBUG_UNCOLLECTABLE
296 leaking program (equal to ``DEBUG_COLLECTABLE | DEBUG_UNCOLLECTABLE |
/external/python/cpython3/Doc/whatsnew/
D3.2.rst596 :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