]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-145541: Fix `InvalidStateError` in `BaseSubprocessTransport._call_connectio...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Mar 2026 04:41:21 +0000 (05:41 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 04:41:21 +0000 (10:11 +0530)
commitcba8d1258a58d80bf0a55cf688d0d174e5a46cdc
treeed94c995a0bfae1298cc21191eeba368f1d1294c
parent321daaba4e580696bf521863115c5499923153ed
[3.13] gh-145541: Fix `InvalidStateError` in `BaseSubprocessTransport._call_connection_lost()` (GH-145554) (#145677)

gh-145541: Fix `InvalidStateError` in `BaseSubprocessTransport._call_connection_lost()` (GH-145554)
(cherry picked from commit 1564e231aae7afad5b9b19a277d1efff2b840ad2)

Co-authored-by: Daan De Meyer <daan.j.demeyer@gmail.com>
Lib/asyncio/base_subprocess.py
Lib/test/test_asyncio/test_subprocess.py
Misc/NEWS.d/next/Library/2026-03-05-19-01-28.gh-issue-145551.gItPRl.rst [new file with mode: 0644]