Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5045

Python • Re: EOFError from input( )

$
0
0
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.

Statistics: Posted by thagrol — Mon Mar 18, 2024 5:48 pm



Viewing all articles
Browse latest Browse all 5045

Trending Articles