Roundup Robot added the comment:

New changeset 905b02749c26 by Antoine Pitrou in branch '3.2':
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list 
is being resized concurrently.
http://hg.python.org/cpython/rev/905b02749c26

New changeset 451299b97b4f by Antoine Pitrou in branch '3.3':
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list 
is being resized concurrently.
http://hg.python.org/cpython/rev/451299b97b4f

New changeset d57c60db94e7 by Antoine Pitrou in branch 'default':
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list 
is being resized concurrently.
http://hg.python.org/cpython/rev/d57c60db94e7

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17278>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to