Searched refs:DEBUG_COLLECTABLE (Results 1 – 5 of 5) sorted by relevance
202 .. data:: DEBUG_COLLECTABLE216 When :const:`DEBUG_COLLECTABLE` or :const:`DEBUG_UNCOLLECTABLE` is set, print222 When :const:`DEBUG_COLLECTABLE` or :const:`DEBUG_UNCOLLECTABLE` is set, print235 leaking program (equal to ``DEBUG_COLLECTABLE | DEBUG_UNCOLLECTABLE |
157 #define DEBUG_COLLECTABLE (1<<1) /* print collectable objects */ macro162 #define DEBUG_LEAK DEBUG_COLLECTABLE | \969 if (debug & DEBUG_COLLECTABLE) { in collect()1418 ADD_INT(DEBUG_COLLECTABLE); in initgc()
50 #define DEBUG_COLLECTABLE (1<<1) /* print collectable objects */ macro53 #define DEBUG_LEAK DEBUG_COLLECTABLE | \896 if (_PyRuntime.gc.debug & DEBUG_COLLECTABLE) { in collect()1553 ADD_INT(DEBUG_COLLECTABLE); in PyInit_gc()
272 .. data:: DEBUG_COLLECTABLE296 leaking program (equal to ``DEBUG_COLLECTABLE | DEBUG_UNCOLLECTABLE |
17002 from the gc module; gc.DEBUG_COLLECTABLE or gc.DEBUG_UNCOLLECTABLE