Lines Matching refs:debug
79 # compiled in debug mode. If it's missing, expect that Python has
319 debug = gc.get_debug()
320 gc.set_debug(debug | gc.DEBUG_SAVEALL)
323 gc.set_debug(debug)
1117 self.debug = gc.get_debug()
1128 gc.set_debug(self.debug)
1461 global enabled, debug
1465 debug = gc.get_debug()
1466 gc.set_debug(debug & ~gc.DEBUG_LEAK) # this test is supposed to leak
1471 gc.set_debug(debug)