]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jul 2026 05:26:22 +0000 (07:26 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 05:26:22 +0000 (10:56 +0530)
commit8174fff2898bb04048aadf6217410e56eddbf1b9
tree87a5fa857934a1caa282984167fd1ab710cde4fc
parent4d63459badf4a944f3f0c14622b4681d6acdc5b6
[3.14] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (GH-151983) (#154171)

gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (GH-151983)
(cherry picked from commit f2521324e6bdf331460abec7c2a88e2d3736b91c)

Co-authored-by: Tobias Alex-Petersen <tobias.alex.petersen@gmail.com>
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]