X Tutup
Skip to content

gh-87474: Fix file descriptor leaks in subprocess.Popen#96351

Merged
gpshead merged 5 commits intopython:mainfrom
cptpcrd:subprocess-fd-leak
May 16, 2023
Merged

gh-87474: Fix file descriptor leaks in subprocess.Popen#96351
gpshead merged 5 commits intopython:mainfrom
cptpcrd:subprocess-fd-leak

Conversation

@cptpcrd
Copy link
Contributor

@cptpcrd cptpcrd commented Aug 28, 2022

Rationale in #87474. Didn't PR until now because there were no further comments on that issue, and the immediate problem I was seeing was resolved.

Fixes #87474.

Loading
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.

subprocess.Popen leaks file descriptors opened for DEVNULL or PIPE stdin/stdout/stderr arguments

7 participants

X Tutup