Skip to content

Replace subprocess.Popen usage. NFC#8125

Merged
sbc100 merged 1 commit into
mainfrom
Popen
Dec 15, 2025
Merged

Replace subprocess.Popen usage. NFC#8125
sbc100 merged 1 commit into
mainfrom
Popen

Conversation

@sbc100
Copy link
Copy Markdown
Member

@sbc100 sbc100 commented Dec 15, 2025

These days we can just use subprocess.run. Also universal_newlines can now just be written as text=True.

@sbc100 sbc100 force-pushed the Popen branch 3 times, most recently from dbba568 to cd90bb9 Compare December 15, 2025 19:37
These days we can just use `subprocess.run`.  Also
`universal_newlines` can now just be written as `text=True`.
@sbc100 sbc100 merged commit 963b587 into main Dec 15, 2025
17 checks passed
@sbc100 sbc100 deleted the Popen branch December 15, 2025 20:15
sbc100 added a commit that referenced this pull request Dec 15, 2025
sbc100 added a commit that referenced this pull request Dec 15, 2025
sbc100 added a commit that referenced this pull request Dec 15, 2025
sbc100 added a commit that referenced this pull request Dec 15, 2025
sbc100 added a commit that referenced this pull request Dec 15, 2025
This param is exactly equivalent to `stdout=subprocess.PIPE` +
`stderr=subprocess.PIPE`.

Followup to #8125
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.

2 participants