Skip to content

[3.14] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (GH-151983) - #154171

Merged
kumaraditya303 merged 2 commits into
python:3.14from
miss-islington:backport-f252132-3.14
Jul 20, 2026
Merged

[3.14] gh-119710: fix asyncio Process.wait() to finish on process exit and not wait for closing of pipes (GH-151983)#154171
kumaraditya303 merged 2 commits into
python:3.14from
miss-islington:backport-f252132-3.14

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

(cherry picked from commit f252132)

Co-authored-by: Tobias Alex-Petersen tobias.alex.petersen@gmail.com
Co-authored-by: Kumar Aditya kumaraditya@python.org

… and not wait for closing of pipes (pythonGH-151983)
(cherry picked from commit f252132)
Co-authored-by: Tobias Alex-Petersen <tobias.alex.petersen@gmail.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
@kumaraditya303
kumaraditya303 merged commit 8174fff into python:3.14Jul 20, 2026
51 checks passed
@miss-islington
miss-islington deleted the backport-f252132-3.14 branch July 20, 2026 05:26
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@kumaraditya303@tapetersen