Home
last modified time | relevance | path

Searched refs:DEBUG_OBJECTS (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dgcmodule.c160 #define DEBUG_OBJECTS (1<<4) /* print other objects */ macro
165 DEBUG_OBJECTS | \
762 else if (debug & DEBUG_OBJECTS) { in debug_cycle()
1421 ADD_INT(DEBUG_OBJECTS); in initgc()
/external/python/cpython2/Doc/library/
Dgc.rst220 .. data:: DEBUG_OBJECTS
236 DEBUG_INSTANCES | DEBUG_OBJECTS | DEBUG_SAVEALL``).