]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83069: Use efficient event-driven `subprocess.Popen.wait()` on Linux / macOS ...
authorGiampaolo Rodola <g.rodola@gmail.com>
Wed, 28 Jan 2026 14:04:40 +0000 (15:04 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Jan 2026 14:04:40 +0000 (15:04 +0100)
commit9b154aba7d08c0b5c72d1e415097852388e6d87b
tree833648b481d816532ef4112bc2f06483616ff67c
parent8fe8a94a7c050bc16cac9ec300f89c0f389f9a44
gh-83069: Use efficient event-driven `subprocess.Popen.wait()` on Linux / macOS / BSD (#144047)
Doc/library/subprocess.rst
Doc/whatsnew/3.15.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS.d/next/Library/2026-01-19-16-45-16.gh-issue-83069.0TaeH9.rst [new file with mode: 0644]