]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 18:10:03 +0000 (20:10 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 18:10:03 +0000 (23:40 +0530)
commit93ac6f3472d4cdf5dc8e0023f276f25c7a509f31
tree5819845979c7344008d58a9b2e2df4ac7ec0b9c2
parentbfcd5f25a55443103a64dd8af5624c84df02c5e4
[3.14] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445) (#137245)

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]