]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-103607: Fix `pause_reading` to work when called from `connection_made`...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Apr 2023 10:29:54 +0000 (03:29 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 10:29:54 +0000 (10:29 +0000)
commit2cd1b9c2cab8989f6f1e10c56b8af5e9d11fdd31
tree5baa82c430e1df771bb6881c1696eda9ffb57e9e
parent4041251a3620877e840a5c996473f12f2bdf249c
[3.11] gh-103607: Fix `pause_reading` to work when called from `connection_made` in `asyncio`. (GH-17425) (#103918)

gh-103607: Fix `pause_reading` to work when called from `connection_made` in `asyncio`. (GH-17425)
(cherry picked from commit 78942ecd9b1dbbd95e99cc298b0154fe126dac12)

Co-authored-by: Itayazolay <itayazolay@gmail.com>
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]