Author: Manuel Jacob <[email protected]>
Branch: py3.5
Changeset: r91121:bf079f3f0ada
Date: 2017-04-23 23:43 +0200
http://bitbucket.org/pypy/pypy/changeset/bf079f3f0ada/
Log: 2to3
diff --git a/pypy/interpreter/test/test_syntax.py
b/pypy/interpreter/test/test_syntax.py
--- a/pypy/interpreter/test/test_syntax.py
+++ b/pypy/interpreter/test/test_syntax.py
@@ -315,7 +315,7 @@
s = """
from __future__ import unicode_literals; from __future__ import print_function
"""
- exec s in {}
+ exec(s, {})
class AppTestComprehensions:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit