Author: Manuel Jacob <[email protected]>
Branch: py3k
Changeset: r79014:3703d41b2c96
Date: 2015-08-17 03:02 +0200
http://bitbucket.org/pypy/pypy/changeset/3703d41b2c96/
Log: Fix merge.
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
+++ b/pypy/goal/targetpypystandalone.py
@@ -181,7 +181,7 @@
if not hasattr(sys, '_pypy_execute_source'):
sys._pypy_execute_source = []
sys._pypy_execute_source.append(glob)
- exec stmt in glob
+ exec(stmt, glob)
""")
except OperationError, e:
debug("OperationError:")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit