]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:10:56 +0000 (15:10 +0200)
committerGitHub <noreply@github.com>
Fri, 29 May 2026 13:10:56 +0000 (18:40 +0530)
commitb980552f348aa4a9648280e10cd82362f0434204
tree44b27c90cd95d996449dd32f087f8bea3dc52ee7
parentd842895a9d01dc34c448ca3e65d28aae469c8c23
[3.15] gh-150107: Fix asyncio sendfile fallback ignoring non-zero offset (GH-150270) (#150570)

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]