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 Andrew Ushakov
Recipients Andrew Ushakov, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-10-03.09:53:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570096405.52.0.325874974028.issue38359@roundup.psfhosted.org>
In-reply-to
Content
pyw.exe (Python Launcher for Windows Version 3.8.121.1013) opens a console window at startup. To reproduce, run command below from the console:

D:>pyw -c "import time; time.sleep(10)"

By the way command:

D:>pythomw -c "import time; time.sleep(10)"

works as expected, silently.
History
Date User Action Args
2019-10-03 09:53:25Andrew Ushakovsetrecipients: + Andrew Ushakov, paul.moore, tim.golden, zach.ware, steve.dower
2019-10-03 09:53:25Andrew Ushakovsetmessageid: <1570096405.52.0.325874974028.issue38359@roundup.psfhosted.org>
2019-10-03 09:53:25Andrew Ushakovlinkissue38359 messages
2019-10-03 09:53:25Andrew Ushakovcreate