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 pxeger
Recipients brett.cannon, pxeger, steven.daprano
Date 2021-07-15.10:44:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626345842.04.0.872411047676.issue44643@roundup.psfhosted.org>
In-reply-to
Content
Similarly, when passing a subclass of dict to exec or eval as the locals or globals, all other instructions dispatch to the correct __getitem__ method. I'm pretty sure that's not CPython-private
History
Date User Action Args
2021-07-15 10:44:02pxegersetrecipients: + pxeger, brett.cannon, steven.daprano
2021-07-15 10:44:02pxegersetmessageid: <1626345842.04.0.872411047676.issue44643@roundup.psfhosted.org>
2021-07-15 10:44:02pxegerlinkissue44643 messages
2021-07-15 10:44:01pxegercreate