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

Glenn Langford report at bugs.python.org
Sat Feb 8 23:02:36 CET 2014


Glenn Langford added the comment:

> Glenn, what led you to discover this?

It was found by code inspection. I recently started looking at concurrent.futures, really just curious as to how futures were implemented. Because one of the concurrent.futures bugs I raised also applied to asyncio, I started poking into the source for it as well.

----------

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


More information about the Python-bugs-list mailing list