[issue20566] asyncio as_completed() thrashes adding and removing callbacks

Roundup Robot report at bugs.python.org
Thu Feb 13 02:58:31 CET 2014


Roundup Robot added the comment:

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

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20566>
_______________________________________


More information about the Python-bugs-list mailing list