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 skrah
Recipients Camion, levkivskyi, r.david.murray, skrah
Date 2017-12-20.12:58:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513774702.79.0.213398074469.issue32361@psf.upfronthosting.co.za>
In-reply-to
Content
Because in the example in msg308683 true lexical scoping should,
when processing g()'s name space, search for the name 'a' in the
lexically closest scope f(), find it there and conclude that
'a' cannot be global.
History
Date User Action Args
2017-12-20 12:58:22skrahsetrecipients: + skrah, r.david.murray, levkivskyi, Camion
2017-12-20 12:58:22skrahsetmessageid: <1513774702.79.0.213398074469.issue32361@psf.upfronthosting.co.za>
2017-12-20 12:58:22skrahlinkissue32361 messages
2017-12-20 12:58:22skrahcreate