Browse Source

removed comment about fsm-redefine

Joe Shochet 19 years ago
parent
commit
71b568d258
1 changed files with 2 additions and 1 deletions
  1. 2 1
      direct/src/directutil/MemoryLeakHelpers.py

+ 2 - 1
direct/src/directutil/MemoryLeakHelpers.py

@@ -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()