New submission from Andrew Ushakov <andrew.usha...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue38359> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com