Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dgcmodule.c120 #define DEBUG_STATS (1<<0) /* print collection statistics */ macro
1211 if (gcstate->debug & DEBUG_STATS) { in gc_collect_main()
1309 if (gcstate->debug & DEBUG_STATS) { in gc_collect_main()
2024 ADD_INT(DEBUG_STATS); in gcmodule_exec()
/third_party/python/Doc/library/
Dgc.rst296 .. data:: DEBUG_STATS
/third_party/python/Misc/
DHISTORY13465 gc.DEBUG_STATS.
15343 - Issue #2467: gc.DEBUG_STATS reported invalid elapsed times. Also, always