[pypy-svn] r54485 - pypy/branch/gc-tweak/pypy/rpython/memory/gc
arigo at codespeak.net
arigo at codespeak.net
Tue May 6 19:30:52 CEST 2008
Author: arigo
Date: Tue May 6 19:30:51 2008
New Revision: 54485
Modified:
pypy/branch/gc-tweak/pypy/rpython/memory/gc/base.py
Log:
Oups.
Modified: pypy/branch/gc-tweak/pypy/rpython/memory/gc/base.py
==============================================================================
--- pypy/branch/gc-tweak/pypy/rpython/memory/gc/base.py (original)
+++ pypy/branch/gc-tweak/pypy/rpython/memory/gc/base.py Tue May 6 19:30:51 2008
@@ -173,6 +173,8 @@
obj = pending.pop()
self.debug_check_object(obj)
self.trace(obj, self._debug_callback2, None)
+ self._debug_seen.delete()
+ self._debug_pending.delete()
def _debug_record(self, obj):
seen = self._debug_seen
More information about the pypy-svn
mailing list