]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
authorAlex Grönholm <alex.gronholm@nextday.fi>
Sun, 13 Mar 2022 16:42:29 +0000 (18:42 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Mar 2022 16:42:29 +0000 (18:42 +0200)
commit9f04ee569cebb8b4c6f04bea95d91a19c5403806
treeabd4626ee19d394f35109b4cd2830d50a4a4f9d9
parent7e473e94a52024ac821dd2f206290423e4987ead
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
12 files changed:
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-llapi-index.rst
Doc/whatsnew/3.11.rst
Lib/asyncio/events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_sock_lowlevel.py
Lib/test/test_asyncio/utils.py
Misc/NEWS.d/next/Library/2022-02-20-23-03-32.bpo-46805.HZ8xWG.rst [new file with mode: 0644]
Modules/clinic/overlapped.c.h
Modules/overlapped.c