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-02-13.01:58:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3fPgqV0TQRzPYf@mail.python.org>
In-reply-to
Content
New changeset 6e04027ed53e by Guido van Rossum in branch 'default':
asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #20566.
http://hg.python.org/cpython/rev/6e04027ed53e
History
Date User Action Args
2014-02-13 01:58:32python-devsetrecipients: + python-dev, gvanrossum, pitrou, vstinner, yselivanov, glangford
2014-02-13 01:58:31python-devlinkissue20566 messages
2014-02-13 01:58:31python-devcreate