Николай Соколов <[email protected]> added the comment:
I incorrectly used the loop to check if the process is alive:
while process.poll() is None:
pass
else:
stdout, stderr = process.communicate()
----------
resolution: -> not a bug
stage: -> resolved
status: open -> closed
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue32383>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com