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 dougz, pitrou, python-dev, rhettinger, tim.peters, vstinner
Date 2014-08-29.21:27:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3hlDRf08XVz7Lk9@mail.python.org>
In-reply-to
Content
New changeset 4cce39cfe46c by Antoine Pitrou in branch '3.4':
Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock.
http://hg.python.org/cpython/rev/4cce39cfe46c

New changeset 78a38f8bd5d9 by Antoine Pitrou in branch 'default':
Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock.
http://hg.python.org/cpython/rev/78a38f8bd5d9
History
Date User Action Args
2014-08-29 21:27:42python-devsetrecipients: + python-dev, tim.peters, rhettinger, pitrou, vstinner, dougz
2014-08-29 21:27:42python-devlinkissue22185 messages
2014-08-29 21:27:42python-devcreate