Author: Philip Jenvey <[email protected]>
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,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to