cpython/Lib/concurrent/futures
Łukasz Langa 574562c5dd bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (#3830)
This was possible before.  GH-1560 introduced a regression after 3.6.2 got
released where only sequences were accepted now.  This commit addresses this
problem.
2017-09-29 14:33:34 -07:00
..
__init__.py
_base.py bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` (#3830) 2017-09-29 14:33:34 -07:00
process.py bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265) 2017-09-02 00:25:11 +02:00
thread.py bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178) 2017-08-22 16:50:42 +02:00