We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
374e874
Bugfix: exit_code was not being set when using stream=True. This was fixed by calling Popen.poll()
exit_code
stream=True
Popen.poll()