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 elliot.gorokhovsky, eryksun, godaygo, mdk, ppperry, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2018-01-29.03:03:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517195006.06.0.467229070634.issue28685@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 1e34da49ef22004ca25c517b3f07c6d25f083ece by Raymond Hettinger (embg) in branch 'master':
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582)
https://github.com/python/cpython/commit/1e34da49ef22004ca25c517b3f07c6d25f083ece
History
Date User Action Args
2018-01-29 03:03:26rhettingersetrecipients: + rhettinger, tim.peters, vstinner, serhiy.storchaka, eryksun, ppperry, mdk, elliot.gorokhovsky, godaygo
2018-01-29 03:03:26rhettingersetmessageid: <1517195006.06.0.467229070634.issue28685@psf.upfronthosting.co.za>
2018-01-29 03:03:26rhettingerlinkissue28685 messages
2018-01-29 03:03:25rhettingercreate