[pypy-commit] pypy py3k: apply c4c19a588369 from default

pjenvey pypy.commits at gmail.com
Sat May 14 14:21:31 EDT 2016


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r84434:5f6da56d6205
Date: 2016-05-14 11:20 -0700
http://bitbucket.org/pypy/pypy/changeset/5f6da56d6205/

Log:	apply c4c19a588369 from default

diff --git a/lib-python/3/test/test_sys_settrace.py b/lib-python/3/test/test_sys_settrace.py
--- a/lib-python/3/test/test_sys_settrace.py
+++ b/lib-python/3/test/test_sys_settrace.py
@@ -330,8 +330,8 @@
 
     def test_13_genexp(self):
         if self.using_gc:
+            gc.enable()
             support.gc_collect()
-            gc.enable()
         try:
             self.run_test(generator_example)
             # issue1265: if the trace function contains a generator,


More information about the pypy-commit mailing list