[issue20367] concurrent.futures.as_completed() fails when given duplicate Futures

Glenn Langford report at bugs.python.org
Fri Jan 24 18:21:45 CET 2014


Glenn Langford added the comment:

Thanks for the feedback. The new patch is modified for PEP8 with naming consistent with other concurrent tests. assertEqual I think is clearer by checking list length, so it is not changed. The docstring is updated.

I suggest asyncio be handled separately.

----------
Added file: http://bugs.python.org/file33686/issue20367.patch

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


More information about the Python-bugs-list mailing list