Message362979
If you use subprocess to launch any process that is marked SUBSYSTEM_CONSOLE, Windows will create a new console for it. For example, "python.exe" is such a process.
Eryk's answer in the very first StackOverflow link shows how to create a STARTUPINFO parameter with the correct settings. We just want to add a Boolean argument to subprocess.Popen.__init__() that can add that setting automatically. |
|
Date |
User |
Action |
Args |
2020-02-29 12:35:11 | steve.dower | set | recipients:
+ steve.dower, paul.moore, tim.golden, zach.ware, eryksun, iMath, ohno, mmaswg |
2020-02-29 12:35:11 | steve.dower | set | messageid: <1582979711.23.0.651171421892.issue30082@roundup.psfhosted.org> |
2020-02-29 12:35:11 | steve.dower | link | issue30082 messages |
2020-02-29 12:35:11 | steve.dower | create | |
|