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 paul.moore
Recipients Bernat Gabor, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-08-23.14:42:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598193735.11.0.0677663848188.issue41619@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2020-08-23 14:42:15paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, eryksun, steve.dower, Bernat Gabor
2020-08-23 14:42:15paul.mooresetmessageid: <1598193735.11.0.0677663848188.issue41619@roundup.psfhosted.org>
2020-08-23 14:42:15paul.moorelinkissue41619 messages
2020-08-23 14:42:15paul.moorecreate