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 martin.panter
Recipients jarryshaw, martin.panter
Date 2018-09-29.23:09:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538262561.94.0.545547206417.issue34785@psf.upfronthosting.co.za>
In-reply-to
Content
Is this to get “spawn” working on a non-Linux platform like a recent Free BSD, OS X, or Solaris? If so, see Issue 26228.

If not, you might have to explain your use case better. Polling for the child exiting is going to race with handling the child’s output, and if there are other processes writing to the terminal after the child exits this will change the behaviour.
History
Date User Action Args
2018-09-29 23:09:22martin.pantersetrecipients: + martin.panter, jarryshaw
2018-09-29 23:09:21martin.pantersetmessageid: <1538262561.94.0.545547206417.issue34785@psf.upfronthosting.co.za>
2018-09-29 23:09:21martin.panterlinkissue34785 messages
2018-09-29 23:09:21martin.pantercreate