This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients maxxedev, neologix, pitrou, python-dev, rhettinger, stutzbach
Date 2013-03-04.19:39:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ZKWlj2dqqzRJy@mail.python.org>
In-reply-to
Content
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
History
Date User Action Args
2013-03-04 19:39:46python-devsetrecipients: + python-dev, rhettinger, pitrou, stutzbach, neologix, maxxedev
2013-03-04 19:39:46python-devlinkissue17278 messages
2013-03-04 19:39:45python-devcreate