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 sdeibel
Recipients sdeibel
Date 2011-12-08.20:25:53
SpamBayes Score 0.00012569217
Marked as misclassified No
Message-id <1323375954.63.0.637699438673.issue13557@psf.upfronthosting.co.za>
In-reply-to
Content
Calling exec() on code that includes a list comprehension that references a defined local variable x fails incorrectly on "NameError: global name 'x' not defined".
History
Date User Action Args
2011-12-08 20:25:54sdeibelsetrecipients: + sdeibel
2011-12-08 20:25:54sdeibelsetmessageid: <1323375954.63.0.637699438673.issue13557@psf.upfronthosting.co.za>
2011-12-08 20:25:54sdeibellinkissue13557 messages
2011-12-08 20:25:53sdeibelcreate