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

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]