Searched refs:DEBUG_SAVEALL (Results 1 – 4 of 4) sorted by relevance
20 ``gc.DEBUG_SAVEALL``, causing garbage-collected objects to be saved in244 If :const:`DEBUG_SAVEALL` is set, then all unreachable objects will be317 .. data:: DEBUG_SAVEALL327 DEBUG_SAVEALL``).
123 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */ macro126 DEBUG_SAVEALL943 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()
253 gc.set_debug(debug | gc.DEBUG_SAVEALL)
25983 - gc: Add DEBUG_SAVEALL option. When enabled all garbage objects