]> 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:35:55 +0000 (20:35 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 Mar 2013 19:35:55 +0000 (20:35 +0100)
commit221760a3aa89545bc15b126d6723bb037f6e612d
tree7a7bd1ad7ecda741a9e6c413076c3e9216569066
parent42f382facd09e4ae9e2a3a082c35bd7e3ce33931
parent31584e30ab3e8d01613bb774b1e3d28e73314096
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
Misc/NEWS