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 r.david.murray
Recipients Esa.Peuha, Mark.Shannon, Rosuav, ncoghlan, r.david.murray, terry.reedy
Date 2013-10-22.13:21:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382448070.81.0.830800465997.issue19335@psf.upfronthosting.co.za>
In-reply-to
Content
A complete fix is going to require setting a flag that we have a pending non-local, and check that flag when the code input is complete to raise the SyntaxError at that point if the non-local hasn't been set.
History
Date User Action Args
2013-10-22 13:21:10r.david.murraysetrecipients: + r.david.murray, terry.reedy, ncoghlan, Mark.Shannon, Rosuav, Esa.Peuha
2013-10-22 13:21:10r.david.murraysetmessageid: <1382448070.81.0.830800465997.issue19335@psf.upfronthosting.co.za>
2013-10-22 13:21:10r.david.murraylinkissue19335 messages
2013-10-22 13:21:10r.david.murraycreate