]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-114177: avoid calling connection lost callbacks when loop is already closed...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 May 2025 04:56:14 +0000 (06:56 +0200)
committerGitHub <noreply@github.com>
Fri, 23 May 2025 04:56:14 +0000 (04:56 +0000)
commit5987ebc7748d520d6dab4c53e22ef24258a6e69a
treedbddba346a0d368080f1c7d139d3c6ff41f8b1da
parent1a61d81544a1cfcc16c6e669651ac3d219b057e7
[3.13] gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508) (#134562)

gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508)
(cherry picked from commit 5804ee7b467d86131be3ff7d569443efb0d0f9fd)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/base_subprocess.py
Misc/NEWS.d/next/Library/2025-05-22-13-10-32.gh-issue-114177.3TYUJ3.rst [new file with mode: 0644]