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 asvetlov, giampaolo.rodola, gvanrossum, pitrou, python-dev, ryder.lewis, vstinner, yselivanov
Date 2014-07-05.13:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3h5DTT2zT8z7Lnb@mail.python.org>
In-reply-to
Content
New changeset d7e4efd5e279 by Victor Stinner in branch '3.4':
Closes #21886, #21447: Fix a race condition in asyncio when setting the result
http://hg.python.org/cpython/rev/d7e4efd5e279

New changeset 50c995bdc00a by Victor Stinner in branch 'default':
(Merge 3.4) Closes #21886, #21447: Fix a race condition in asyncio when setting
http://hg.python.org/cpython/rev/50c995bdc00a
History
Date User Action Args
2014-07-05 13:31:26python-devsetrecipients: + python-dev, gvanrossum, pitrou, vstinner, giampaolo.rodola, asvetlov, yselivanov, ryder.lewis
2014-07-05 13:31:25python-devlinkissue21447 messages
2014-07-05 13:31:25python-devcreate