I've not used the mutilprocessing module but judging by the documentation it's possible that the spwaned process is not inheriting stdin from the parent.
You may want to refer to the docs and check which start method is actually being used (spawn, fork, ot forkserver).
Or you may want to consider whether threading would be a better choice despite the limitations of the GIL.
You may want to refer to the docs and check which start method is actually being used (spawn, fork, ot forkserver).
Or you may want to consider whether threading would be a better choice despite the limitations of the GIL.
Statistics: Posted by thagrol — Mon Mar 18, 2024 5:48 pm