]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)
authorAlex Grönholm <alex.gronholm@nextday.fi>
Thu, 23 Jul 2020 19:45:08 +0000 (22:45 +0300)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2020 19:45:08 +0000 (12:45 -0700)
commit0dd98c2d00a75efbec19c2ed942923981bc06683
tree38c7e97824d54b943d64befd671660ec2eac52bb
parent680254a8dc64e3ada00f88a7c42d41eb02108353
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)
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]