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 terry.reedy
Recipients pablogsal, pfalcon, ppperry, terry.reedy, vstinner
Date 2019-12-30.22:40:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577745605.04.0.027968137304.issue32615@roundup.psfhosted.org>
In-reply-to
Content
Victor, Pablo, I added you two since you commented on the duplicate.

I believe this should be closed as 'not a bug'.  The doc for globals() says is returns a 'dictionary', meaning an instance of dict.  The doc for exec says globals "must be a dictionary (and not a subclass of dictionary)".  (This is mere implied when locals is also given, but it *is* implied.).  The behavior when globals is otherwise is undefined.
History
Date User Action Args
2019-12-30 22:40:05terry.reedysetrecipients: + terry.reedy, pfalcon, vstinner, ppperry, pablogsal
2019-12-30 22:40:05terry.reedysetmessageid: <1577745605.04.0.027968137304.issue32615@roundup.psfhosted.org>
2019-12-30 22:40:05terry.reedylinkissue32615 messages
2019-12-30 22:40:04terry.reedycreate