[issue35678] Issue with execute_child in startupinfo

2019-01-07 Thread STINNER Victor
STINNER Victor added the comment: The screenshot says "OSError: [WinError 87] Falscher Parameter" at Lib/subprocess.py:1178 which is this call: hp, ht, pid, tid = _winapi.CreateProcess(executable, args, # no special security

[issue35678] Issue with execute_child in startupinfo

2019-01-07 Thread MaximilianSP
New submission from MaximilianSP : Whenever startupinfo is called, python crashes on my Computer. I have added the file showing the error traceback. I have seen a few bug Reports related to startupinfo on Windows. Not sure what the issue is and I hope you can help me. I am running the