Issue 26883: input() call blocks multiprocessing (original) (raw)

Issue26883

Created on 2016-04-29 09:54 by the, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg264480 - (view) Author: Stefan Forstenlechner (the) Date: 2016-04-29 09:54
If input is called right away after applying a single job to multiprocessing.Pool or submitting concurrent.futures.ProcessPoolExecutor then the processes are not started. If multiple jobs are submitted everything works fine. This only seems to be a problem on Windows (probably only 10) and python version 3.x See my stackoverflow question: http://stackoverflow.com/questions/36919678/python-multiprocessing-pool-does-not-start-right-away
History
Date User Action Args
2022-04-11 14:58:30 admin set github: 71070
2016-04-29 09:54:24 the create