Dealing with errors in interactive subprocess running python interpreter that freeze the process

cseberino at gmail.com cseberino at gmail.com
Thu Aug 2 15:55:17 EDT 2018


> Another possibility: If the ONLY thing you're doing with stdout/stderr
> is passing them through to the screen, simply don't change them. Let
> them remain bound to the console. You can have a pipe for stdin
> without also having pipes for the others. But that won't work if you
> intend to do any sort of parsing on the returned output.


I must parse.



More information about the Python-list mailing list