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 Stefan Pochmann
Recipients Stefan Pochmann, rhettinger
Date 2020-02-29.17:07:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582996021.17.0.792517609269.issue39801@roundup.psfhosted.org>
In-reply-to
Content
I believe it also affects bisect.insort, which I occasionally use when I need a "self-sorting list" (I can't easily test it, as I'm not set up to modify the C version of bisect.insort).

And also the popular sortedcontainers package, which relies on such list operations to be fast: http://www.grantjenks.com/docs/sortedcontainers/
History
Date User Action Args
2020-02-29 17:07:01Stefan Pochmannsetrecipients: + Stefan Pochmann, rhettinger
2020-02-29 17:07:01Stefan Pochmannsetmessageid: <1582996021.17.0.792517609269.issue39801@roundup.psfhosted.org>
2020-02-29 17:07:01Stefan Pochmannlinkissue39801 messages
2020-02-29 17:07:00Stefan Pochmanncreate