Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgcmodule.c159 #define DEBUG_INSTANCES (1<<3) /* print instances */ macro
164 DEBUG_INSTANCES | \
759 if ((debug & DEBUG_INSTANCES) && PyInstance_Check(op)) { in debug_cycle()
1423 ADD_INT(DEBUG_INSTANCES); in initgc()
/external/python/cpython2/Doc/library/
Dgc.rst214 .. data:: DEBUG_INSTANCES
236 DEBUG_INSTANCES | DEBUG_OBJECTS | DEBUG_SAVEALL``).