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 FFY00, christian.kolen, eric.smith, serhiy.storchaka, steven.daprano
Date 2021-08-23.17:42:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629740579.48.0.287398877147.issue44981@roundup.psfhosted.org>
In-reply-to
Content
Should getattr() normalize attribute name? If no, it will produce surprises further along the way. If yes, it will add significant overhead.

Even star-import can get significant impact.
History
Date User Action Args
2021-08-23 17:42:59serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, steven.daprano, FFY00, christian.kolen
2021-08-23 17:42:59serhiy.storchakasetmessageid: <1629740579.48.0.287398877147.issue44981@roundup.psfhosted.org>
2021-08-23 17:42:59serhiy.storchakalinkissue44981 messages
2021-08-23 17:42:59serhiy.storchakacreate