Author: Armin Rigo <[email protected]>
Branch: gc-del
Changeset: r66062:6f4e9dceaf8c
Date: 2013-08-10 19:57 +0200
http://bitbucket.org/pypy/pypy/changeset/6f4e9dceaf8c/

Log:    Fix the test, but still failing

diff --git a/pypy/objspace/std/test/test_mapdict.py 
b/pypy/objspace/std/test/test_mapdict.py
--- a/pypy/objspace/std/test/test_mapdict.py
+++ b/pypy/objspace/std/test/test_mapdict.py
@@ -659,8 +659,7 @@
             def __del__(self):
                 seen.append(1)
         seen = []
-        a = ()
-        del a
+        A()
         for i in range(5):
             if not seen:
                 import gc
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to