0

If I am calling a subprocess in a specific thread, and in the middle of the subprocess execution a SystemExit Exception is being thrown (externally). Will the process exit safely? Or will a "zombie" process be created and run forever without exiting (asking for Linux systems)

subprocess.check_output('something.sh') # SystemExit() occurs 

0 Answers0