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 pablogsal
Recipients pablogsal, pfalcon, ppperry, terry.reedy, vstinner
Date 2020-01-16.20:53:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579208023.45.0.934659718042.issue32615@roundup.psfhosted.org>
In-reply-to
Content
> IMHO we should reject dict subclasses to make Python (especially ceval.c) more efficient. The global type must be checked at every place where it's possible to specify or override globals. Like the exec() function.

I agree with Victor in that we should reject dict subclasses everywhere.
History
Date User Action Args
2020-01-16 20:53:43pablogsalsetrecipients: + pablogsal, terry.reedy, pfalcon, vstinner, ppperry
2020-01-16 20:53:43pablogsalsetmessageid: <1579208023.45.0.934659718042.issue32615@roundup.psfhosted.org>
2020-01-16 20:53:43pablogsallinkissue32615 messages
2020-01-16 20:53:43pablogsalcreate