summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRémi Lapeyre <remi.lapeyre@henki.fr>2019-03-25 07:25:37 (GMT)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>2019-03-25 07:25:37 (GMT)
commitdd5417afcf8924bcdd7077351941ad21727ef644 (patch)
tree8d5e7f0eabf064149b9ed34bd23afc26761399ba /Misc
parent9dcc095f45278eed465f54f324327d0375d73b19 (diff)
downloadcpython-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.rst2
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