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
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 python