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 vstinner
Recipients MaximilianSP, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-01-07.14:38:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546871914.25.0.0324398641535.issue35678@roundup.psfhosted.org>
In-reply-to
Content
"Issue with execute_child in startupinfo"

I don't think that the issue is related to startupinfo at all, since you don't specify this parameter in your check_output() call. Python shows you "startupinfo)" in the traceback because the function call takes multiple lines in the source code.

This issue is not a crash: it's possible to catch the exception and continue the execution.
History
Date User Action Args
2019-01-07 14:38:36vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, MaximilianSP
2019-01-07 14:38:34vstinnersetmessageid: <1546871914.25.0.0324398641535.issue35678@roundup.psfhosted.org>
2019-01-07 14:38:34vstinnerlinkissue35678 messages
2019-01-07 14:38:34vstinnercreate