]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.write...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 4 Oct 2025 16:42:03 +0000 (18:42 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Oct 2025 16:42:03 +0000 (22:12 +0530)
commitbe388836c0d4a970e83ca5540c512d94afd13435
treeec274d748accc3357f13191c163d7f93418434dc
parentbf9d410bf3a5d7fb3bd1bbb36392957c4cbec276
[3.13] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.write` (GH-139564) (#139571)

gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.write` (GH-139564)
(cherry picked from commit 0b2168275e8ec491fe7ea6f8c662e804437dfdab)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Doc/library/asyncio-stream.rst
Lib/asyncio/selector_events.py