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 pfalcon
Recipients pablogsal, pfalcon, ppperry, terry.reedy, vstinner
Date 2019-12-30.23:00:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577746811.77.0.555053056271.issue32615@roundup.psfhosted.org>
In-reply-to
Content
> The doc for exec says globals "must be a dictionary (and not a subclass of dictionary)"

Docs are full of mistakes and outdated information.

Fixing STORE_GLOBAL case from https://bugs.python.org/issue36220#msg359046 would be trivial and cheap re: overheads. And useful, yeah.

And the gentleman who submitted the other ticket argues that:

> but the inconsistency between LOAD_NAME and LOAD_GLOBAL definitely seems wrong.

Which is easy to agree with, though there're more concerns re: runtime overhead.
History
Date User Action Args
2019-12-30 23:00:11pfalconsetrecipients: + pfalcon, terry.reedy, vstinner, ppperry, pablogsal
2019-12-30 23:00:11pfalconsetmessageid: <1577746811.77.0.555053056271.issue32615@roundup.psfhosted.org>
2019-12-30 23:00:11pfalconlinkissue32615 messages
2019-12-30 23:00:11pfalconcreate