[pypy-commit] pypy py3k: one more gc_collect

antocuni noreply at buildbot.pypy.org
Wed Sep 19 17:06:42 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: py3k
Changeset: r57391:ae69ab447223
Date: 2012-09-14 17:43 +0200
http://bitbucket.org/pypy/pypy/changeset/ae69ab447223/

Log:	one more gc_collect

diff --git a/lib-python/3.2/test/test_exceptions.py b/lib-python/3.2/test/test_exceptions.py
--- a/lib-python/3.2/test/test_exceptions.py
+++ b/lib-python/3.2/test/test_exceptions.py
@@ -855,6 +855,7 @@
             self.assertNotEqual(wr(), None)
         else:
             self.fail("RuntimeError not raised")
+        gc_collect()
         self.assertEqual(wr(), None)
 
     def test_errno_ENOTDIR(self):


More information about the pypy-commit mailing list