This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Regression in futures.as_completed with ProcessPoolExecutor.
Type: Stage: resolved
Components: Versions: Python 3.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: coady
Priority: normal Keywords:

Created on 2017-10-04 23:47 by coady, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test.py coady, 2017-10-04 23:47 pytest-style example to reproduce
Messages (2)
msg303733 - (view) Author: Coady (coady) Date: 2017-10-04 23:47
`futures.as_completed` is not generating process-based futures in completed order.  Reproduces with 3.7a0.
msg303779 - (view) Author: Coady (coady) Date: 2017-10-05 18:05
Reproduced on the python docker image because the cpu count is so low.
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 75878
2017-10-05 18:05:13coadysetstatus: open -> closed
resolution: not a bug
messages: + msg303779

stage: resolved
2017-10-04 23:47:30coadycreate