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 eryksun
Recipients eryksun, iMath, mmaswg, ohno, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-10-28.17:21:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635441707.61.0.894467505391.issue30082@roundup.psfhosted.org>
In-reply-to
Content
> is it feasible to just have one option that handles all cases?

I'm in favor of whatever has broad support and is least surprising for users. I like CREATE_NO_WINDOW, which is restricted to console applications. The alternative is hiding the window, like what we do with shell=True. But the new option would also hide the main window of many GUI apps, which may come as a surprise and is hardly ever desired behavior.
History
Date User Action Args
2021-10-28 17:21:47eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, iMath, ohno, mmaswg
2021-10-28 17:21:47eryksunsetmessageid: <1635441707.61.0.894467505391.issue30082@roundup.psfhosted.org>
2021-10-28 17:21:47eryksunlinkissue30082 messages
2021-10-28 17:21:47eryksuncreate