Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dgc.rst18 ``gc.set_debug(gc.DEBUG_LEAK)``. Notice that this includes
232 .. data:: DEBUG_LEAK
/external/python/cpython2/Modules/
Dgcmodule.c162 #define DEBUG_LEAK DEBUG_COLLECTABLE | \ macro
1426 ADD_INT(DEBUG_LEAK); in initgc()
/external/python/cpython2/Lib/test/
Dtest_gc.py687 gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak