[pypy-svn] r24423 - pypy/dist/pypy/rpython/memory
tismer at codespeak.net
tismer at codespeak.net
Thu Mar 16 05:24:54 CET 2006
Author: tismer
Date: Thu Mar 16 05:24:37 2006
New Revision: 24423
Modified:
pypy/dist/pypy/rpython/memory/gctransform.py
Log:
false comment
Modified: pypy/dist/pypy/rpython/memory/gctransform.py
==============================================================================
--- pypy/dist/pypy/rpython/memory/gctransform.py (original)
+++ pypy/dist/pypy/rpython/memory/gctransform.py Thu Mar 16 05:24:37 2006
@@ -110,7 +110,7 @@
except ValueError:
ops, cleanup_before_exception, num_ops_after_exc_raising = res
if not ops:
- continue # may happen when we eat gc_increase_aliveness etc.
+ continue # may happen when we eat gc_protect/gc_unprotect.
newops.extend(ops)
op = ops[-1-num_ops_after_exc_raising]
# XXX for now we assume that everything can raise
More information about the Pypy-commit
mailing list