]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:02 +0000 (12:53 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 11:53:02 +0000 (13:53 +0200)
commit045adb1ad893ce350ac40e180da44523d03361a0
treebca21e3ebf0b89e82e6fa42d8d447fbac6ff8818
parent2b025793e122717d5b021f33079e632d54cf6052
[3.12] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079) (GH-114110)

(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]