]> granicus.if.org Git - python/commit
Issue #21591: Handle exec backwards compatibility in the AST builder.
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 29 Jul 2014 15:21:39 +0000 (17:21 +0200)
committerDirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 29 Jul 2014 15:21:39 +0000 (17:21 +0200)
commit9b1d670361215f8d56de7a05cb1d430009735fd5
tree66761b1a850a46ce95d9874d52674760c99df66f
parentc3828075598ca775555b29b78e67d3fa8e856c00
Issue #21591: Handle exec backwards compatibility in the AST builder.

Instead of deferring until runtime. This makes sure we hit the right
conditions in dealing with unqualified exec statements.

Reviewed by Victor Stinner. Test follows in a later commit.
Misc/NEWS
Python/ast.c
Python/ceval.c