This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Николай Соколов
Recipients Николай Соколов
Date 2017-12-20.11:33:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513769631.68.0.213398074469.issue32383@psf.upfronthosting.co.za>
In-reply-to
Content
I incorrectly used the loop to check if the process is alive:
while process.poll() is None:
    pass
else:
    stdout, stderr = process.communicate()
History
Date User Action Args
2017-12-20 11:33:51Николай Соколовsetrecipients: + Николай Соколов
2017-12-20 11:33:51Николай Соколовsetmessageid: <1513769631.68.0.213398074469.issue32383@psf.upfronthosting.co.za>
2017-12-20 11:33:51Николай Соколовlinkissue32383 messages
2017-12-20 11:33:51Николай Соколовcreate