Steve Dower <steve.do...@python.org> added the comment:

Looks like it's available.

It will be a new subprocess option to not create a new window. The underlying 
issue is that some applications always request a console, and if your own 
application doesn't have one then Windows will create it. Normally you would 
fix this in the target application, but we can offer an option to try and force 
any new windows to be hidden (though as Eryk points out, it may cause 
unexpected behaviour and so should not be the default).

----------
versions: +Python 3.8 -Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30082>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to