]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Jan 2020 15:22:25 +0000 (07:22 -0800)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 15:22:25 +0000 (07:22 -0800)
commit993811ffe75c2573f97fb3fd1414b34609b8c8db
treeea16d4b5c8c75cb7cc1c0f9e33082b6b016f837e
parent545fc51d950558ecec9ff64cb2f9c11469051524
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
(cherry picked from commit 79f89e6e5a659846d1068e8b1bd8e491ccdef861)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
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