]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Oct 2022 03:03:58 +0000 (20:03 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Oct 2022 03:03:58 +0000 (20:03 -0700)
commitbb80f6ad92f6765cdcd9c887c389ea37103e6902
tree67045965241eb58b8eab6d83ef227330448b5d92
parent5074c35c2a5659e74cd7a0e925a0d7e493ea28e1
gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times (GH-98704)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
(cherry picked from commit 8a755423eba8e19704d96905730cf7f50083eb23)

Co-authored-by: Ken Jin <kenjin@python.org>
Lib/asyncio/proactor_events.py
Misc/NEWS.d/next/Library/2022-10-26-07-51-55.gh-issue-98703.0hW773.rst [new file with mode: 0644]