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 terry.reedy
Recipients docs@python, gdr@garethrees.org, terry.reedy
Date 2020-05-23.07:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590219908.95.0.647186640655.issue40707@roundup.psfhosted.org>
In-reply-to
Content
Can you attach a script or post an interactive session, with both success and failure, showing that returncode is set appropriately after reading output?  Possible calls: '''python -c "print('Success')"''', "raise Exception('Failure')".  Or point to a test in test_subprocess.
History
Date User Action Args
2020-05-23 07:45:08terry.reedysetrecipients: + terry.reedy, docs@python, gdr@garethrees.org
2020-05-23 07:45:08terry.reedysetmessageid: <1590219908.95.0.647186640655.issue40707@roundup.psfhosted.org>
2020-05-23 07:45:08terry.reedylinkissue40707 messages
2020-05-23 07:45:08terry.reedycreate