]> 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 14:49:19 +0000 (06:49 -0800)
committerNed Deily <nad@python.org>
Thu, 23 Jan 2020 14:49:19 +0000 (09:49 -0500)
commitc563f409ea30bcb0623d785428c9257917371b76
treef95050de8210a54547be22e9d5e07e2591ccc06e
parentfe2445840ccf4836edc267144e521433532193bd
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) (GH-18146)

(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