[pypy-svn] r33195 - pypy/dist/pypy/jit/codegen/i386

arigo at codespeak.net arigo at codespeak.net
Wed Oct 11 23:02:34 CEST 2006


Author: arigo
Date: Wed Oct 11 23:02:30 2006
New Revision: 33195

Modified:
   pypy/dist/pypy/jit/codegen/i386/codebuf.py
Log:
Oups, this is better disabled by default for now, as py.test doesn't
capture the os-level stderr.



Modified: pypy/dist/pypy/jit/codegen/i386/codebuf.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/i386/codebuf.py	(original)
+++ pypy/dist/pypy/jit/codegen/i386/codebuf.py	Wed Oct 11 23:02:30 2006
@@ -3,7 +3,7 @@
 from ri386 import I386CodeBuilder
 
 # Set this to enable/disable the CODE_DUMP stdout lines
-CODE_DUMP = True
+CODE_DUMP = False
 
 # ____________________________________________________________
 



More information about the Pypy-commit mailing list