Searched defs:DEBUG_LEAK (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dgcmodule.c162 #define DEBUG_LEAK DEBUG_COLLECTABLE | \ macro
1142 " DEBUG_LEAK - Debug leaking programs (everything but STATS).\n");
1426 ADD_INT(DEBUG_LEAK);
/external/python/cpython3/Modules/
H A Dgcmodule.c167 #define DEBUG_LEAK DEBUG_COLLECTABLE | \ macro
1241 " DEBUG_LEAK - Debug leaking programs (everything but STATS).\n");
1577 ADD_INT(DEBUG_LEAK);

Completed in 1219 milliseconds