]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-131325: fix sendfile fallback implementation to drain data after writing...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Mar 2025 19:40:43 +0000 (20:40 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 19:40:43 +0000 (19:40 +0000)
commitc1faeadd82933d86030a903ba4b98f599fc65284
treea63fc6bc77c43649b8ffc9488a351f7683cf55f0
parent18e4eb410ad0cb2f0ba6aac92d40db7c9346e2c0
[3.12] gh-131325: fix sendfile fallback implementation to drain data after writing to transport (GH-131376) (#131378)

gh-131325: fix sendfile fallback implementation to drain data after writing to transport (GH-131376)
(cherry picked from commit 94f4d87aeb4d2d7bddcb4c3aad4f62a727ac91ee)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/base_events.py
Misc/NEWS.d/next/Library/2025-03-17-18-50-39.gh-issue-131325.wlasMF.rst [new file with mode: 0644]