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, levkivskyi, r.david.murray, skrah
Date 2017-12-20.16:00:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513785637.41.0.213398074469.issue32361@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think there anything in the definition of "lexical scoping", which forbids to have a way to access globals from some place. Lexical scoping just means that scoping is defined in regards of the source code, by opposition dynamic scoping, which defines the scope in regard with execution.
History
Date User Action Args
2017-12-20 16:00:37Camionsetrecipients: + Camion, r.david.murray, skrah, levkivskyi
2017-12-20 16:00:37Camionsetmessageid: <1513785637.41.0.213398074469.issue32361@psf.upfronthosting.co.za>
2017-12-20 16:00:37Camionlinkissue32361 messages
2017-12-20 16:00:37Camioncreate