Author: Manuel Jacob <m...@manueljacob.de>
Branch: py3.3
Changeset: r79015:7454e904e49c
Date: 2015-08-17 03:02 +0200
http://bitbucket.org/pypy/pypy/changeset/7454e904e49c/

Log:    hg merge py3k

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
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to