]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:31:59 +0000 (07:31 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 05:31:59 +0000 (05:31 +0000)
commita706e80ec32687e7b0dd18efafa4294f6014e364
tree9d9024de219fe39129248853ab6645749540a66f
parent2261368a01f9fdc86ae6034fc4c0d1b2d3486553
[3.15] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (GH-151983) (#154170)

* 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]