[issue30082] hide command prompt when using subprocess.Popen with shell=False on Windows

swgmma report at bugs.python.org
Sun Mar 1 04:35:15 EST 2020


swgmma <jason.nader at protonmail.com> added the comment:

Sorry, perhaps I did not word it clearly. Indeed the code to implement this looks trivial, however the part I am having trouble with is reproducing the reported issue in the first place.

For example, running the attached file from a command prompt (`python test.py`) does not result in any additional windows popping up.

Either my test case is wrong or there is something else going on.

----------
Added file: https://bugs.python.org/file48938/test.py

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


More information about the Python-bugs-list mailing list