]> granicus.if.org Git - python/commit
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582)
authorembg <elliot.gorokhovsky@gmail.com>
Mon, 29 Jan 2018 03:03:23 +0000 (20:03 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 29 Jan 2018 03:03:23 +0000 (19:03 -0800)
commit1e34da49ef22004ca25c517b3f07c6d25f083ece
tree7266686f1ae6545a9501b18daaec69baa8e9fe0c
parent6c6ddf97c402709713d668d0ed53836a7749ba99
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582)
Lib/test/test_sort.py
Misc/ACKS
Misc/NEWS.d/next/Core and Builtins/2018-01-28-15-09-33.bpo-28685.cHThLM.rst [new file with mode: 0644]
Objects/listobject.c
Objects/listsort.txt