removed comment about fsm-redefine

This commit is contained in:
Joe Shochet 2006-06-15 16:53:50 +00:00
parent e3b42dd011
commit 71b568d258

View File

@ -4,9 +4,10 @@
# http://www.python.org/~jeremy/weblog/030410.html
# Before you chase down leaks, make sure you Config:
# fsm-redefine 0
# want-dev 0
# You may also want to run pyo-shell so __debug__ is False and assert code is removed.
import gc
gc.set_debug(gc.DEBUG_LEAK)
gc.collect()