[issue41619] Subprocesses created with DETACHED_PROCESS can pop up a console window

Paul Moore report at bugs.python.org
Sun Aug 23 10:42:15 EDT 2020


Paul Moore <p.f.moore at gmail.com> added the comment:

Confirmed, CREATE_NO_WINDOW works - in my test I used it *with* DETACHED_PROCESS.

Is it not a bug that the launcher doesn't respect the value of DETACHED_PROCESS when calling the Python interpreter, though? If nothing else, it means that there are differences between running Python via the launcher and not doing so (which are also evident as differences between a virtual environment and a non-virtual interpreter, as the venv machinery uses the launcher internally).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41619>
_______________________________________


More information about the Python-bugs-list mailing list