[issue38359] pyw.exe opens console window in Windows 10

2019-10-14 Thread Łukasz Langa
Łukasz Langa added the comment: (3.8.0 is released with this fix) -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ __

[issue38359] pyw.exe opens console window in Windows 10

2019-10-12 Thread Harmon
Change by Harmon : -- nosy: +Harmon758 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue38359] pyw.exe opens console window in Windows 10

2019-10-10 Thread Kyle Stanley
Change by Kyle Stanley : -- stage: backport needed -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue38359] pyw.exe opens console window in Windows 10

2019-10-03 Thread Steve Dower
Steve Dower added the comment: This is resolved as far as I'm concerned - leaving open for Łukasz to cherrypick and close. -- stage: patch review -> backport needed ___ Python tracker ___

[issue38359] pyw.exe opens console window in Windows 10

2019-10-03 Thread miss-islington
miss-islington added the comment: New changeset e74fa70bcc379de1ce956273c5386fc8a7b9c5e6 by Miss Islington (bot) in branch '3.8': bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) https://github.com/python/cpython/commit/e74fa70bcc379de1ce956273c5386fc8a7b9c5e6 -

[issue38359] pyw.exe opens console window in Windows 10

2019-10-03 Thread Steve Dower
Steve Dower added the comment: New changeset 353fb1ecbfd58752dabae115c4964095e1e35e5f by Steve Dower in branch 'master': bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) https://github.com/python/cpython/commit/353fb1ecbfd58752dabae115c4964095e1e35e5f -- __

[issue38359] pyw.exe opens console window in Windows 10

2019-10-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +16155 pull_request: https://github.com/python/cpython/pull/16564 ___ Python tracker ___ __

[issue38359] pyw.exe opens console window in Windows 10

2019-10-03 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +16152 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16561 ___ Python tracker ___

[issue38359] pyw.exe opens console window in Windows 10

2019-10-03 Thread Steve Dower
Change by Steve Dower : -- nosy: +lukasz.langa priority: normal -> release blocker ___ Python tracker ___ ___ Python-bugs-list maili

[issue38359] pyw.exe opens console window in Windows 10

2019-10-03 Thread Steve Dower
Steve Dower added the comment: I know what this is - in issue38133 I added support for the PEP 514 ExecutablePath key, but didn't add a check for WindowedExecutablePath for the pyw.exe case. I'll add it. -- assignee: -> steve.dower keywords: +3.8regression versions: +Python 3.9 __

[issue38359] pyw.exe opens console window in Windows 10

2019-10-03 Thread Andrew Ushakov
New submission from Andrew Ushakov : 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