]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)
authorJamie Phan <jamie@ordinarylab.dev>
Sat, 17 Feb 2024 02:38:07 +0000 (13:38 +1100)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2024 02:38:07 +0000 (18:38 -0800)
commit73e8637002639e565938d3f205bf46e7f1dbd6a8
tree4c1b1f816c5d5dd9817e63bfd80fa2ea2f2688bc
parent8db8d7118e1ef22bc7cdc3d8b657bc10c22c2fd6
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)

Also include the UDP packet header sizes (8 bytes per packet)
in the buffer size reported to the flow control subsystem.
Doc/library/asyncio-protocol.rst
Doc/whatsnew/3.13.rst
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/transports.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2024-02-09-12-22-47.gh-issue-113812.wOraaG.rst [new file with mode: 0644]