[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-31641: Allow arbitrary iterables in `concurrent.futures.as_completed()` by ambv · Pull Request #3830 · python/cpython

the-knights-who-say-ni

…ted()`

This was possible before.  pythonGH-1560 introduced a regression after 3.6.2 got
released where only sequences were accepted now.  This commit addresses this
problem.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 29, 2017
…completed()` (pythonGH-3830)

This was possible before.  pythonGH-1560 introduced a regression after 3.6.2 got
released where only sequences were accepted now.  This commit addresses this
problem.
(cherry picked from commit 574562c)

ambv deleted the whyLenTho branch

September 29, 2017 21:34

ambv pushed a commit that referenced this pull request

Sep 29, 2017
…completed()` (GH-3830) (#3831)

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.
(cherry picked from commit 574562c)

ned-deily pushed a commit to ned-deily/cpython that referenced this pull request

Oct 3, 2017
…completed()` (pythonGH-3830) (python#3831)

This was possible before.  pythonGH-1560 introduced a regression after 3.6.2 got
released where only sequences were accepted now.  This commit addresses this
problem.
(cherry picked from commit 574562c)

dalcinl added a commit to dalcinl/pythonfutures that referenced this pull request

Oct 3, 2017

Merged

agronholm pushed a commit to agronholm/pythonfutures that referenced this pull request

Nov 29, 2017

Closed

Closed

Closed

Merged

This was referenced

May 27, 2019

Closed

Open

Merged