Searched refs:DEBUG_LEAK (Results 1 – 6 of 6) sorted by relevance
18 ``gc.set_debug(gc.DEBUG_LEAK)``. Notice that this includes232 .. data:: DEBUG_LEAK
19 ``gc.set_debug(gc.DEBUG_LEAK)``. Notice that this includes293 .. data:: DEBUG_LEAK
162 #define DEBUG_LEAK DEBUG_COLLECTABLE | \ macro1423 ADD_INT(DEBUG_LEAK); in initgc()
53 #define DEBUG_LEAK DEBUG_COLLECTABLE | \ macro1556 ADD_INT(DEBUG_LEAK); in PyInit_gc()
689 gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak
1030 gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak