[pypy-svn] r64217 - pypy/trunk/pypy/interpreter
cfbolz at codespeak.net
cfbolz at codespeak.net
Fri Apr 17 10:30:57 CEST 2009
Author: cfbolz
Date: Fri Apr 17 10:30:57 2009
New Revision: 64217
Modified:
pypy/trunk/pypy/interpreter/function.py
Log:
remove debug print
Modified: pypy/trunk/pypy/interpreter/function.py
==============================================================================
--- pypy/trunk/pypy/interpreter/function.py (original)
+++ pypy/trunk/pypy/interpreter/function.py Fri Apr 17 10:30:57 2009
@@ -257,7 +257,6 @@
w_func_dict,
self.w_module,
]
- print tup_state
return nt([new_inst, nt(tup_base), nt(tup_state)])
def descr_function__setstate__(self, space, w_args):
More information about the Pypy-commit
mailing list