Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r57348:79aa62b6d981
Date: 2012-09-14 15:18 +0200
http://bitbucket.org/pypy/pypy/changeset/79aa62b6d981/

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
@@ -688,6 +688,7 @@
             raise Exception(MyObject())
         except:
             pass
+        gc_collect()
         self.assertEqual(e, (None, None, None))
 
     def testUnicodeChangeAttributes(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to