]> 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:33:36 +0000 (20:33 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 Mar 2013 19:33:36 +0000 (20:33 +0100)
commit31584e30ab3e8d01613bb774b1e3d28e73314096
treeb26a978fa4f92bd01f5714af36c0be05dad5cccb
parentb1efa53662385ba64289d9fe6fb8ca5b431c4119
parent44d5214927e428e6837310fb0cb694b42f6d8bb6
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