STINNER Victor <vstin...@redhat.com> added the comment:

"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.

----------
title: Issue with execute_child in startupinfo -> subprocess.check_output(): 
OSError: [WinError 87]
type: crash -> 

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35678>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to