This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mmaswg
Recipients eryksun, iMath, mmaswg, ohno, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-03-15.10:21:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584267668.73.0.597323143434.issue30082@roundup.psfhosted.org>
In-reply-to
Content
> Try running that script with pythonw.exe instead.

That did the trick. Confirmed that the changes are working as intended.

Running the test script posted earlier and adding the new `force_hide` kwarg to the subprocess call:

With `force_hide=False`, a command prompt window pops up.
With `force_hide=True`, no command prompt window pops up.
History
Date User Action Args
2020-03-15 10:21:08mmaswgsetrecipients: + mmaswg, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, iMath, ohno
2020-03-15 10:21:08mmaswgsetmessageid: <1584267668.73.0.597323143434.issue30082@roundup.psfhosted.org>
2020-03-15 10:21:08mmaswglinkissue30082 messages
2020-03-15 10:21:08mmaswgcreate