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 rhettinger
Recipients BTaskaya, eric.smith, pablogsal, rhettinger, serhiy.storchaka
Date 2021-05-21.20:54:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621630492.6.0.483751277941.issue44194@roundup.psfhosted.org>
In-reply-to
Content
I'm also dubious that this would be of value in real code.  Looking at the implementation, it seems to throw way too much code at too small of a problem.  I suspect is is more likely to cause maintenance problems than to produce noticeable benefits for users.

Historically, we've avoided folding higher level operations.  Serhiy's optimization of str.__mod__ went beyond those limits and shouldn't set a precedent that we will regret later.
History
Date User Action Args
2021-05-21 20:54:52rhettingersetrecipients: + rhettinger, eric.smith, serhiy.storchaka, pablogsal, BTaskaya
2021-05-21 20:54:52rhettingersetmessageid: <1621630492.6.0.483751277941.issue44194@roundup.psfhosted.org>
2021-05-21 20:54:52rhettingerlinkissue44194 messages
2021-05-21 20:54:52rhettingercreate