[issue31697] Regression in futures.as_completed with ProcessPoolExecutor.

2017-10-05 Thread Coady
Coady <aric.co...@gmail.com> added the comment: Reproduced on the python docker image because the cpu count is so low. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.

[issue31697] Regression in futures.as_completed with ProcessPoolExecutor.

2017-10-04 Thread coady
New submission from coady <co...@bent-arrow.com>: `futures.as_completed` is not generating process-based futures in completed order. Reproduces with 3.7a0. -- files: test.py messages: 303733 nosy: coady priority: normal severity: normal status: open title: Regr