[pypy-svn] r23177 - pypy/dist/pypy/rpython/memory
mwh at codespeak.net
mwh at codespeak.net
Thu Feb 9 15:03:48 CET 2006
Author: mwh
Date: Thu Feb 9 15:03:44 2006
New Revision: 23177
Modified:
pypy/dist/pypy/rpython/memory/gctransform.py
Log:
stop printing the source of all the destructors.
Modified: pypy/dist/pypy/rpython/memory/gctransform.py
==============================================================================
--- pypy/dist/pypy/rpython/memory/gctransform.py (original)
+++ pypy/dist/pypy/rpython/memory/gctransform.py Thu Feb 9 15:03:44 2006
@@ -350,9 +350,6 @@
'PTR_TYPE': lltype.Ptr(TYPE),
'DESTR_ARG': DESTR_ARG,
'os': py.std.os}
- print
- print src
- print
exec src in d
this = d['deallocator']
g = self.translator.rtyper.annotate_helper(this, [llmemory.Address])
More information about the Pypy-commit
mailing list