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 serhiy.storchaka
Recipients methane, pitrou, rhettinger, scoder, serhiy.storchaka, vstinner
Date 2017-09-04.12:53:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
What names are looked up when you create an empty class?

I'm surprised that this change has measurable performance effect. Aren't name an interned string with precalculated cache?
History
Date User Action Args
2017-09-04 12:53:37serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, scoder, vstinner, methane
2017-09-04 12:53:37serhiy.storchakasetmessageid: <[email protected]>
2017-09-04 12:53:37serhiy.storchakalinkissue31336 messages
2017-09-04 12:53:37serhiy.storchakacreate