]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150107: Fix asyncio sendfile fallback ignoring non-zero offset (#150270)
authorGrant Herman <grantlouisherman041@gmail.com>
Fri, 29 May 2026 09:40:57 +0000 (05:40 -0400)
committerGitHub <noreply@github.com>
Fri, 29 May 2026 09:40:57 +0000 (15:10 +0530)
commitc72d5ea638731ec29723ded2d26ec7f997f06f17
tree899a355e51050a9150761037bf6a69d57e2f6eca
parent1d4e965829eef4cdb089a984fda21ca465a1f534
gh-150107: Fix asyncio sendfile fallback ignoring non-zero offset (#150270)

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]