]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145541: Fix `InvalidStateError` in `BaseSubprocessTransport._call_connection_lost...
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 9 Mar 2026 14:07:23 +0000 (15:07 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2026 14:07:23 +0000 (19:37 +0530)
commit1564e231aae7afad5b9b19a277d1efff2b840ad2
tree9d7c502651b90f62e1c9929ea660663d09ddac62
parentd64f83d07bf587dfd6e4ff9ad9d44541064d5f1c
gh-145541: Fix `InvalidStateError` in `BaseSubprocessTransport._call_connection_lost()` (#145554)
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]