diff options
author | Rémi Lapeyre <remi.lapeyre@henki.fr> | 2019-03-25 07:25:37 (GMT) |
---|---|---|
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-03-25 07:25:37 (GMT) |
commit | dd5417afcf8924bcdd7077351941ad21727ef644 (patch) | |
tree | 8d5e7f0eabf064149b9ed34bd23afc26761399ba /Misc | |
parent | 9dcc095f45278eed465f54f324327d0375d73b19 (diff) | |
download | cpython-dd5417afcf8924bcdd7077351941ad21727ef644.zip cpython-dd5417afcf8924bcdd7077351941ad21727ef644.tar.gz cpython-dd5417afcf8924bcdd7077351941ad21727ef644.tar.bz2 |
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-03-07-13-05-43.bpo-36218.dZemNt.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-03-07-13-05-43.bpo-36218.dZemNt.rst b/Misc/NEWS.d/next/Core and Builtins/2019-03-07-13-05-43.bpo-36218.dZemNt.rst new file mode 100644 index 0000000..ab6d207 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-03-07-13-05-43.bpo-36218.dZemNt.rst @@ -0,0 +1,2 @@ +Fix a segfault occuring when sorting a list of heterogeneous values. Patch +contributed by Rémi Lapeyre and Elliot Gorokhovsky.
\ No newline at end of file |