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 methane, pablogsal, pfalcon, ppperry, terry.reedy, vstinner
Date 2020-01-17.10:27:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579256830.88.0.910398560463.issue32615@roundup.psfhosted.org>
In-reply-to
Content
Absolutely should be able to optimize namespace access. The fact that namespace is a dict is an implementation detail, it's still inefficient even with all those version counters and inline caches. Ironically, to let people prototype better, more efficient ways to deal with namespace access, it should be possible to override an object used as a namespace. Thanks for making that much more complicated.
History
Date User Action Args
2020-01-17 10:27:10pfalconsetrecipients: + pfalcon, terry.reedy, vstinner, methane, ppperry, pablogsal
2020-01-17 10:27:10pfalconsetmessageid: <1579256830.88.0.910398560463.issue32615@roundup.psfhosted.org>
2020-01-17 10:27:10pfalconlinkissue32615 messages
2020-01-17 10:27:10pfalconcreate