]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21595)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Jul 2020 20:02:47 +0000 (13:02 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2020 20:02:47 +0000 (13:02 -0700)
commit4ff8e5ba4fef7f7d0fc1b1872ccb91bc3fd1294d
tree754e2eeeb724a9a7e2c2ea049fd416c89287cb2d
parente8dda907fbeb957436d2662714d993b073be55bb
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21595)

(cherry picked from commit 0dd98c2d00a75efbec19c2ed942923981bc06683)

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_sock_lowlevel.py
Misc/NEWS.d/next/Library/2020-07-23-01-18-34.bpo-41317.O17Z6x.rst [new file with mode: 0644]