[issue31697] Regression in futures.as_completed with ProcessPoolExecutor.

2017-10-05 Thread Coady
Coady 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

[issue31697] Regression in futures.as_completed with ProcessPoolExecutor.

2017-10-04 Thread coady
New submission from coady : `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: Regression in