[pypy-commit] pypy cpyext-gc-support-2: same as 6e6a31a1290d

arigo pypy.commits at gmail.com
Tue Feb 16 11:52:55 EST 2016


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list