[pypy-svn] r59060 - pypy/branch/cbuild-refactor/pypy/annotation

fijal at codespeak.net fijal at codespeak.net
Mon Oct 13 10:44:51 CEST 2008


Author: fijal
Date: Mon Oct 13 10:44:50 2008
New Revision: 59060

Modified:
   pypy/branch/cbuild-refactor/pypy/annotation/model.py
Log:
Turn off overloaded info by default


Modified: pypy/branch/cbuild-refactor/pypy/annotation/model.py
==============================================================================
--- pypy/branch/cbuild-refactor/pypy/annotation/model.py	(original)
+++ pypy/branch/cbuild-refactor/pypy/annotation/model.py	Mon Oct 13 10:44:50 2008
@@ -37,7 +37,7 @@
 from pypy.rlib.rarithmetic import r_singlefloat
 import inspect, weakref
 
-DEBUG = True    # set to False to disable recording of debugging information
+DEBUG = False    # set to False to disable recording of debugging information
 TLS = tlsobject()
 
 class SomeObject:



More information about the Pypy-commit mailing list