[pypy-commit] pypy py3k: one more gc_collect()

antocuni noreply at buildbot.pypy.org
Fri Sep 14 17:17:22 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
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):


More information about the pypy-commit mailing list