[pypy-svn] r9478 - pypy/dist/pypy/interpreter

pedronis at codespeak.net pedronis at codespeak.net
Thu Feb 24 11:37:21 CET 2005


Author: pedronis
Date: Thu Feb 24 11:37:20 2005
New Revision: 9478

Modified:
   pypy/dist/pypy/interpreter/gateway.py
Log:
oops, disable debugging print statement



Modified: pypy/dist/pypy/interpreter/gateway.py
==============================================================================
--- pypy/dist/pypy/interpreter/gateway.py	(original)
+++ pypy/dist/pypy/interpreter/gateway.py	Thu Feb 24 11:37:20 2005
@@ -266,7 +266,7 @@
             return frame_cls, box_cls
         except KeyError:
             label = '_'.join([getattr(el, '__name__', el) for el in self.unwrap_spec])
-            print label
+            #print label
             setfastscope = self.setfastscope
             if not setfastscope:
                 setfastscope = ["pass"]



More information about the Pypy-commit mailing list