[or-cvs] r19772: {torflow} Remove extremely noisy python garbage collection debugging. (torflow/trunk/NetworkScanners/BwAuthority)
mikeperry at seul.org
mikeperry at seul.org
Mon Jun 22 01:42:29 UTC 2009
Author: mikeperry
Date: 2009-06-21 21:42:29 -0400 (Sun, 21 Jun 2009)
New Revision: 19772
Modified:
torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py
Log:
Remove extremely noisy python garbage collection debugging.
Keep our class refcounting stuff enabled through.
Modified: torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py
===================================================================
--- torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py 2009-06-22 00:17:07 UTC (rev 19771)
+++ torflow/trunk/NetworkScanners/BwAuthority/bwauthority.py 2009-06-22 01:42:29 UTC (rev 19772)
@@ -26,9 +26,9 @@
from TorCtl.TorUtil import plog
-# XXX: Temporary for debugging memory leak
-import gc
-gc.set_debug(gc.DEBUG_COLLECTABLE|gc.DEBUG_UNCOLLECTABLE|gc.DEBUG_INSTANCES|gc.DEBUG_OBJECTS)
+# WAAAYYYYYY too noisy.
+#import gc
+#gc.set_debug(gc.DEBUG_COLLECTABLE|gc.DEBUG_UNCOLLECTABLE|gc.DEBUG_INSTANCES|gc.DEBUG_OBJECTS)
from TorCtl import PathSupport,SQLSupport,TorCtl,TorUtil
More information about the tor-commits
mailing list