This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author djc
Recipients Neil Muller, benjamin.peterson, brett.cannon, djc, georg.brandl, gvanrossum, ncoghlan, rjordens, terry.reedy
Date 2014-07-24.08:01:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406188898.02.0.838265143529.issue21591@psf.upfronthosting.co.za>
In-reply-to
Content
I came up with a patch that shifts the compatibility hack we have for the tuple form of exec from run-time (in exec_statement()) to the CST-to-AST transformation (in ast_for_exec_stmt()). It seems to pass the tests (including the ones Robert pasted in here). Please review.
History
Date User Action Args
2014-07-24 08:01:38djcsetrecipients: + djc, gvanrossum, brett.cannon, georg.brandl, terry.reedy, ncoghlan, benjamin.peterson, Neil Muller, rjordens
2014-07-24 08:01:38djcsetmessageid: <1406188898.02.0.838265143529.issue21591@psf.upfronthosting.co.za>
2014-07-24 08:01:37djclinkissue21591 messages
2014-07-24 08:01:37djccreate