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:33:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ZKWcy0lHjz7Ll3@mail.python.org>
In-reply-to
Content
New changeset 21ded74b51fa by Antoine Pitrou in branch '2.7':
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
http://hg.python.org/cpython/rev/21ded74b51fa
History
Date User Action Args
2013-03-04 19:33:55python-devsetrecipients: + python-dev, rhettinger, pitrou, stutzbach, neologix, maxxedev
2013-03-04 19:33:55python-devlinkissue17278 messages
2013-03-04 19:33:55python-devcreate