]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-150107: Fix asyncio sendfile fallback ignoring non-zero offset (GH-150270...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 May 2026 13:26:00 +0000 (15:26 +0200)
committerGitHub <noreply@github.com>
Fri, 29 May 2026 13:26:00 +0000 (18:56 +0530)
commit8d050f98f58617c99a09e1a75a6502bcd0ad6bba
tree6b3b93fbe05024af4cbac84ce168e9da79077848
parentd4e6dee0800f35e50b459269c5da2b91c071af0b
[3.14] gh-150107: Fix asyncio sendfile fallback ignoring non-zero offset (GH-150270) (#150569)

gh-150107: Fix asyncio sendfile fallback ignoring non-zero offset (GH-150270)
(cherry picked from commit c72d5ea638731ec29723ded2d26ec7f997f06f17)

Co-authored-by: Grant Herman <grantlouisherman041@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_sendfile.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-22-17-09-28.gh-issue-150107.GD72-D.rst [new file with mode: 0644]