Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dgc.rst19 ``gc.set_debug(gc.DEBUG_LEAK)``. Notice that this includes
323 .. data:: DEBUG_LEAK
/third_party/python/Modules/
Dgcmodule.c124 #define DEBUG_LEAK DEBUG_COLLECTABLE | \ macro
2028 ADD_INT(DEBUG_LEAK); in gcmodule_exec()
/third_party/python/Lib/test/
Dtest_gc.py1398 gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak