]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header...
authorJustin Bronder <jsbronder@cold-front.org>
Wed, 30 Jul 2025 18:11:28 +0000 (14:11 -0400)
committerGitHub <noreply@github.com>
Wed, 30 Jul 2025 18:11:28 +0000 (23:41 +0530)
commite3ea8613519bd08aa6ce7d142403e644ae32d843
tree576e9177a3276aabcd8166f63ec8699b68e633f2
parent9d3b53c47fab9ebf1f40d6f21b7d1ad391c14cd7
gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (#135445)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2025-06-16-12-37-02.gh-issue-135444.An2eeA.rst [new file with mode: 0644]