]> 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 00:08:43 +0000 (16:08 -0800)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 00:08:43 +0000 (16:08 -0800)
commitf3bb8fe4e831ef452a503b3db2297f6628c63288
tree4c9b494541e21f1b1fdc7a673d191a5578469f53
parent29e8c43b32d6f1ec2e8b4fd8c4903d30830f280f
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512)

(cherry picked from commit cff4d5c5d29528299ec1ac5b3b3a6f7735577c01)

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]