]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Feb 2022 12:04:49 +0000 (04:04 -0800)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 12:04:49 +0000 (14:04 +0200)
commit6717edcf84077440a8839f2086cc5c5e2fc779c5
treec14085551d342c2a86260bc5057352d50b8919d0
parent28d9353305e865f97216140c9d8db764563ac058
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514)

(cherry picked from commit cff4d5c5d29528299ec1ac5b3b3a6f7735577c01)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/proactor_events.py
Lib/test/test_asyncio/test_proactor_events.py
Misc/NEWS.d/next/Library/2022-02-23-00-55-59.bpo-44886.I40Mbr.rst [new file with mode: 0644]