Home
last modified time | relevance | path

Searched refs:DEBUG_SAVEALL (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A Dgcmodule.c123 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */ macro
126 DEBUG_SAVEALL
922 * If DEBUG_SAVEALL, all objects in finalizers are appended to the module
939 if ((gcstate->debug & DEBUG_SAVEALL) || has_legacy_finalizer(op)) { in handle_legacy_finalizers()
1003 if (gcstate->debug & DEBUG_SAVEALL) { in delete_garbage()
1553 DEBUG_SAVEALL - Save objects to gc.garbage rather than freeing them.
2014 ADD_INT(DEBUG_SAVEALL); in gcmodule_exec()
2119 if (!(gcstate->debug & DEBUG_SAVEALL) in _PyGC_DumpShutdownStats()
/third_party/python/Lib/test/
H A Dtest_gc.py320 gc.set_debug(debug | gc.DEBUG_SAVEALL)
775 # With DEBUG_SAVEALL, no additional message should get printed
778 stderr = run_command(code % "gc.DEBUG_SAVEALL")

Completed in 6 milliseconds