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 Camion
Recipients Camion, r.david.murray
Date 2017-12-18.16:11:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513613478.16.0.213398074469.issue32361@psf.upfronthosting.co.za>
In-reply-to
Content
I forgot to mention, that I wonder if the interpreter shouldn't instead,
- either consider that since global a is used is g, it should be considered as also local to g from h point of view,
- or if h should be able to access f's version of a.
- (or if on the contrary, this ambiguity is the very reason to cause a syntax error, -- but in this case, one might need to change the text of the error message to make it more accurate. --)
History
Date User Action Args
2017-12-18 16:11:18Camionsetrecipients: + Camion, r.david.murray
2017-12-18 16:11:18Camionsetmessageid: <1513613478.16.0.213398074469.issue32361@psf.upfronthosting.co.za>
2017-12-18 16:11:18Camionlinkissue32361 messages
2017-12-18 16:11:18Camioncreate