Skip to content

Prevent opening a cmd window with Popen() on Windows#180

Closed
bruot wants to merge 1 commit into
deanmalmgren:masterfrom
bruot:win-prevent-cmd-window
Closed

Prevent opening a cmd window with Popen() on Windows#180
bruot wants to merge 1 commit into
deanmalmgren:masterfrom
bruot:win-prevent-cmd-window

Conversation

@bruot

@bruot bruot commented Sep 28, 2017

Copy link
Copy Markdown

On Windows, when using Popen, the default behaviour opens a cmd window (that disappears as soon as the command exited). This PR prevents opening such undesired windows.

@coveralls

coveralls commented Sep 28, 2017

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.3%) to 91.147% when pulling 9b4f273 on bruot:win-prevent-cmd-window into 117ea19 on deanmalmgren:master.

@traverseda

Copy link
Copy Markdown
Contributor

We don't currently test on windows, can you confirm this still works?

@KyleKing KyleKing self-assigned this Feb 3, 2026
@KyleKing KyleKing self-requested a review February 3, 2026 02:39
@KyleKing KyleKing removed their assignment Feb 3, 2026
@KyleKing

KyleKing commented May 6, 2026

Copy link
Copy Markdown
Collaborator

Will be implemented in #574 using this commit for reference to the original work. Thanks!

@KyleKing KyleKing closed this May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants