[pypy-svn] r56086 - pypy/branch/async-del/pypy/interpreter
arigo at codespeak.net
arigo at codespeak.net
Thu Jun 26 13:08:31 CEST 2008
Author: arigo
Date: Thu Jun 26 13:08:30 2008
New Revision: 56086
Modified:
pypy/branch/async-del/pypy/interpreter/executioncontext.py
Log:
Duh.
Modified: pypy/branch/async-del/pypy/interpreter/executioncontext.py
==============================================================================
--- pypy/branch/async-del/pypy/interpreter/executioncontext.py (original)
+++ pypy/branch/async-del/pypy/interpreter/executioncontext.py Thu Jun 26 13:08:30 2008
@@ -287,6 +287,8 @@
or less anywhere in the middle of code that might not be happy with
random app-level code mutating data structures under its feet.
"""
+ repeat = True
+
def __init__(self, space):
self.space = space
self.dying_objects_w = []
More information about the Pypy-commit
mailing list