]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)
authorRémi Lapeyre <remi.lapeyre@henki.fr>
Mon, 25 Mar 2019 07:25:37 +0000 (08:25 +0100)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 25 Mar 2019 07:25:37 +0000 (00:25 -0700)
commitdd5417afcf8924bcdd7077351941ad21727ef644
tree8d5e7f0eabf064149b9ed34bd23afc26761399ba
parent9dcc095f45278eed465f54f324327d0375d73b19
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)
Lib/test/test_sort.py
Misc/NEWS.d/next/Core and Builtins/2019-03-07-13-05-43.bpo-36218.dZemNt.rst [new file with mode: 0644]
Objects/listobject.c