]> 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:04:43 +0000 (20:04 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Oct 2022 03:04:43 +0000 (20:04 -0700)
commit08ce791f94618a6f553a9017fcaf5b84e85cb602
tree67c2a5995f551853871c0010ced13ff6fec9063a
parent75990a56b7f5545b7673972881c2769586742f69
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]