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 eryksun
Recipients Leonardo Francalanci, eryksun
Date 2017-09-13.11:24:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505301883.97.0.377109492562.issue31447@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see a bug here. The inner run() kills cmd.exe after 4 seconds. But the waitfor.exe process waits for 200 seconds and has handles for the pipes. The OS won't close out the pipes as long as there are potential writers, so the outer communicate() waits the full 20 seconds.
History
Date User Action Args
2017-09-13 11:24:44eryksunsetrecipients: + eryksun, Leonardo Francalanci
2017-09-13 11:24:43eryksunsetmessageid: <1505301883.97.0.377109492562.issue31447@psf.upfronthosting.co.za>
2017-09-13 11:24:43eryksunlinkissue31447 messages
2017-09-13 11:24:43eryksuncreate