How do I write to a Python subprocess’ stdin?
I’m trying to write a Python script that starts a subprocess, and writes to the subprocess stdin. I’d also like to be able to determine an action to be taken if the subprocess crashes.
I’m trying to write a Python script that starts a subprocess, and writes to the subprocess stdin. I’d also like to be able to determine an action to be taken if the subprocess crashes.