]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 Jan 2024 11:53:26 +0000 (12:53 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 11:53:26 +0000 (13:53 +0200)
commit0e922658755a6e62995661f03aca86cda13ba03e
tree4791cc7c27765189bfdef0c721557f5e360def51
parentf5cbed1114cae19744a9f9a460154322688b6318
[3.11] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079) (GH-114111)

(cherry picked from commit d4dfad2aa9e76038302b0c5a29ebacc2723ed50d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/socket.py
Misc/NEWS.d/next/Library/2024-01-15-12-12-54.gh-issue-114077.KcVnfj.rst [new file with mode: 0644]