8000 10000
Skip to content

tube/process: Fix redirecting stderr to stdout on Windows#2615

Merged
peace-maker merged 2 commits intoGallopsled:devfrom
peace-maker:windows_process_stderr
Sep 7, 2025
Merged

tube/process: Fix redirecting stderr to stdout on Windows#2615
peace-maker merged 2 commits intoGallopsled:devfrom
peace-maker:windows_process_stderr

Conversation

@peace-maker
Copy link
Copy Markdown
Member

Use the subprocess module's built-in redirection capabilities instead of manually redirecting file descriptors, which uses the correct pipes on Windows.

Fixes #2614

Use the `subprocess` module's built-in redirection capabilities instead
of manually redirecting file descriptors, which uses the correct
pipes on Windows.

Fixes Gallopsled#2614
@peace-maker peace-maker force-pushed the windows_process_stderr branch from 9e1742f to 6b62fc2 Compare September 7, 2025 10:19
@peace-maker peace-maker merged commit e0c70c2 into Gallopsled:dev Sep 7, 2025
19 of 22 checks passed
@peace-maker peace-maker deleted the windows_process_stderr branch September 7, 2025 17:59
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.

Process stderr not captured on Windows

1 participant

0