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 glangford, gvanrossum, pitrou, python-dev, vstinner, yselivanov
Date 2014-03-17.06:30:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3fnSLs5NRVz7Ljt@mail.python.org>
In-reply-to
Content
New changeset b52113fb58a5 by Guido van Rossum in branch '3.4':
asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #20566.
http://hg.python.org/cpython/rev/b52113fb58a5
History
Date User Action Args
2014-03-17 06:30:46python-devsetrecipients: + python-dev, gvanrossum, pitrou, vstinner, yselivanov, glangford
2014-03-17 06:30:46python-devlinkissue20566 messages
2014-03-17 06:30:46python-devcreate