]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103607: Fix `pause_reading` to work when called from `connection_made` in `asyncio...
authorItayazolay <itayazolay@gmail.com>
Thu, 27 Apr 2023 10:03:29 +0000 (13:03 +0300)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 10:03:29 +0000 (15:33 +0530)
commit78942ecd9b1dbbd95e99cc298b0154fe126dac12
tree1f273bbaefcf0b51c4b714292925e2f963220871
parentdff8e5dc8d0758d1f9c55fdef308e44aefebe1a2
gh-103607: Fix `pause_reading` to work when called from `connection_made` in `asyncio`. (#17425)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/asyncio/selector_events.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Core and Builtins/2019-12-01-12-58-31.bpo-31821.1FNmwk.rst [new file with mode: 0644]