]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for...
authorTobias Alex-Petersen <tobias.alex.petersen@gmail.com>
Sun, 19 Jul 2026 15:58:58 +0000 (15:58 +0000)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 15:58:58 +0000 (21:28 +0530)
commitf2521324e6bdf331460abec7c2a88e2d3736b91c
tree64456806863ef985502a931bdd3758f9962b7395
parent5625b187ab528e10dcaa21726a7c95b110d97190
gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (#151983)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/base_subprocess.py
Lib/test/test_asyncio/test_subprocess.py
Misc/NEWS.d/next/Library/2026-06-11-10-00-00.gh-issue-119710.Qz7Kp2.rst [new file with mode: 0644]