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 Leonardo Francalanci
Recipients Leonardo Francalanci, eryksun, martin.panter, r.david.murray
Date 2017-09-15.13:50:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505483412.69.0.336875475011.issue31447@psf.upfronthosting.co.za>
In-reply-to
Content
can I at least change the call to:

subprocess.run('cmd /S /C waitfor g /t 200', shell=False, timeout=4)

in any way to avoid the problem?
I tried with stdin=subprocess.DEVNULL,stdout=subprocess.DEVNULL,stderr=subprocess.DEVNULL; also with close_fds=True, but nothing changes...
History
Date User Action Args
2017-09-15 13:50:12Leonardo Francalancisetrecipients: + Leonardo Francalanci, r.david.murray, martin.panter, eryksun
2017-09-15 13:50:12Leonardo Francalancisetmessageid: <1505483412.69.0.336875475011.issue31447@psf.upfronthosting.co.za>
2017-09-15 13:50:12Leonardo Francalancilinkissue31447 messages
2017-09-15 13:50:12Leonardo Francalancicreate