Home
last modified time | relevance | path

Searched refs:DEBUG_COLLECTABLE (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
Dgcmodule.c121 #define DEBUG_COLLECTABLE (1<<1) /* print collectable objects */ macro
124 #define DEBUG_LEAK DEBUG_COLLECTABLE | \
1274 if (gcstate->debug & DEBUG_COLLECTABLE) { in gc_collect_main()
2025 ADD_INT(DEBUG_COLLECTABLE); in gcmodule_exec()
/third_party/python/Doc/library/
Dgc.rst302 .. data:: DEBUG_COLLECTABLE
326 leaking program (equal to ``DEBUG_COLLECTABLE | DEBUG_UNCOLLECTABLE |
/third_party/python/Misc/
DHISTORY17002 from the gc module; gc.DEBUG_COLLECTABLE or gc.DEBUG_UNCOLLECTABLE