Home
last modified time | relevance | path

Searched refs:DEBUG_SAVEALL (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Doc/library/
Dgc.rst20 ``gc.DEBUG_SAVEALL``, causing garbage-collected objects to be saved in
244 If :const:`DEBUG_SAVEALL` is set, then all unreachable objects will be
317 .. data:: DEBUG_SAVEALL
327 DEBUG_SAVEALL``).
/third_party/python/Modules/
Dgcmodule.c123 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */ macro
126 DEBUG_SAVEALL
943 if ((gcstate->debug & DEBUG_SAVEALL) || has_legacy_finalizer(op)) { in handle_legacy_finalizers()
1007 if (gcstate->debug & DEBUG_SAVEALL) { in delete_garbage()
2027 ADD_INT(DEBUG_SAVEALL); in gcmodule_exec()
2132 if (!(gcstate->debug & DEBUG_SAVEALL) in _PyGC_DumpShutdownStats()
/third_party/python/Lib/test/
Dtest_gc.py253 gc.set_debug(debug | gc.DEBUG_SAVEALL)
/third_party/python/Misc/
DHISTORY25983 - gc: Add DEBUG_SAVEALL option. When enabled all garbage objects