]> granicus.if.org Git - python/commit
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 Mar 2013 19:30:01 +0000 (20:30 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 Mar 2013 19:30:01 +0000 (20:30 +0100)
commit49e4dfeec8a54eb130200d881d4e72d808a36769
treedfe78ed829ca68ff8e41927a929bbb80d0a2c44b
parenta84ecc649b9680e306f05bfd38c48181c59b416c
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
Lib/test/test_heapq.py
Misc/NEWS
Modules/_heapqmodule.c