[New-bugs-announce] [issue38359] pyw.exe opens console window in Windows 10

Andrew Ushakov report at bugs.python.org
Thu Oct 3 05:53:25 EDT 2019


New submission from Andrew Ushakov <andrew.ushakov at gmail.com>:

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.

----------
components: Windows
messages: 353836
nosy: Andrew Ushakov, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: pyw.exe opens console window in Windows 10
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38359>
_______________________________________


More information about the New-bugs-announce mailing list