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 koobs
Recipients koobs, vstinner
Date 2020-03-17.01:23:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584408181.86.0.643772222584.issue39954@roundup.psfhosted.org>
In-reply-to
Content
The current test runs a try/finally without any exception handling, so even minimal exception handling will cover a large swatch of potential issues.

CalledProcessError [1] returned by check_call() or check_output() appears to be handy

[1] https://docs.python.org/3/library/subprocess.html#subprocess.CalledProcessError
History
Date User Action Args
2020-03-17 01:23:01koobssetrecipients: + koobs, vstinner
2020-03-17 01:23:01koobssetmessageid: <1584408181.86.0.643772222584.issue39954@roundup.psfhosted.org>
2020-03-17 01:23:01koobslinkissue39954 messages
2020-03-17 01:23:01koobscreate