]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 23 Jan 2020 14:07:05 +0000 (14:07 +0000)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 14:07:05 +0000 (14:07 +0000)
commit79f89e6e5a659846d1068e8b1bd8e491ccdef861
tree41fe7cc643fe8134ca35430345c0ee76991f89b6
parent13bc13960cc83dbd1cb5701d9a59ac9b9144b205
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)

* bpo-39421: Fix posible crash in heapq with custom comparison operators

* fixup! bpo-39421: Fix posible crash in heapq with custom comparison operators

* fixup! fixup! bpo-39421: Fix posible crash in heapq with custom comparison operators
Lib/test/test_heapq.py
Misc/NEWS.d/next/Core and Builtins/2020-01-22-15-53-37.bpo-39421.O3nG7u.rst [new file with mode: 0644]
Modules/_heapqmodule.c