Author: Armin Rigo <[email protected]>
Branch: cpyext-gc-support-2
Changeset: r82287:b84df0662b97
Date: 2016-02-16 17:52 +0100
http://bitbucket.org/pypy/pypy/changeset/b84df0662b97/

Log:    same as 6e6a31a1290d

diff --git a/pypy/module/cpyext/test/test_borrow.py 
b/pypy/module/cpyext/test/test_borrow.py
--- a/pypy/module/cpyext/test/test_borrow.py
+++ b/pypy/module/cpyext/test/test_borrow.py
@@ -65,4 +65,5 @@
             ])
         wr = module.run()
         # check that the set() object was deallocated
+        self.debug_collect()
         assert wr() is None
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to