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 eric.snow, jdemeyer, josh.r, methane, rhettinger, vstinner
Date 2020-04-28.19:21:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588101708.28.0.088312938572.issue37340@roundup.psfhosted.org>
In-reply-to
Content
This caused a performance regression (70%) for a fundamental operation.  See issue 37340.

Sometimes, bound methods are used directly and not through LOAD_METHOD:

     sorted(data, key=str.upper)
History
Date User Action Args
2020-04-28 19:21:48rhettingersetrecipients: + rhettinger, vstinner, methane, eric.snow, jdemeyer, josh.r
2020-04-28 19:21:48rhettingersetmessageid: <1588101708.28.0.088312938572.issue37340@roundup.psfhosted.org>
2020-04-28 19:21:48rhettingerlinkissue37340 messages
2020-04-28 19:21:48rhettingercreate