Author: Armin Rigo <[email protected]>
Branch: gc-del-3
Changeset: r84190:af37b7a7dc95
Date: 2016-05-04 17:50 +0200
http://bitbucket.org/pypy/pypy/changeset/af37b7a7dc95/

Log:    oops

diff --git a/rpython/memory/test/gc_test_base.py 
b/rpython/memory/test/gc_test_base.py
--- a/rpython/memory/test/gc_test_base.py
+++ b/rpython/memory/test/gc_test_base.py
@@ -497,7 +497,7 @@
                         else:
                             a.count = 666  # not ok
                     else:
-                        if b.ref() is self:
+                        if b.ref() is b:
                             a.count += 10  # ok
                         else:
                             a.count = 666  # not ok
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to