Home
last modified time | relevance | path

Searched refs:DEBUG_LEAK (Results 1 – 6 of 6) 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/cpython3/Doc/library/
Dgc.rst19 ``gc.set_debug(gc.DEBUG_LEAK)``. Notice that this includes
293 .. data:: DEBUG_LEAK
/external/python/cpython2/Modules/
Dgcmodule.c162 #define DEBUG_LEAK DEBUG_COLLECTABLE | \ macro
1423 ADD_INT(DEBUG_LEAK); in initgc()
/external/python/cpython3/Modules/
Dgcmodule.c53 #define DEBUG_LEAK DEBUG_COLLECTABLE | \ macro
1556 ADD_INT(DEBUG_LEAK); in PyInit_gc()
/external/python/cpython2/Lib/test/
Dtest_gc.py689 gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak
/external/python/cpython3/Lib/test/
Dtest_gc.py1030 gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak