]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 3 Aug 2025 04:48:53 +0000 (06:48 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Aug 2025 04:48:53 +0000 (10:18 +0530)
commit1b0dfbf209c327de30d66446a4aa39ddb3236980
treecc39461b80b5e6c26426d6d4410b4d243fa3c6bd
parent3b28cb0f3f80157a2a6e5e6ea9838caebde3164c
[3.13] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445) (#137246)

gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445)
(cherry picked from commit e3ea8613519bd08aa6ce7d142403e644ae32d843)

Co-authored-by: Justin Bronder <jsbronder@cold-front.org>
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]