Author: Antonio Cuni <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to