]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 16 Jan 2024 11:31:34 +0000 (13:31 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 11:31:34 +0000 (11:31 +0000)
commitd4dfad2aa9e76038302b0c5a29ebacc2723ed50d
tree26b1da22e4bb0366c998ffcddc0774999ca2e258
parentc85c0026a64c2a902138feeb73a9c66af1af31e0
gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079)
Lib/socket.py
Misc/NEWS.d/next/Library/2024-01-15-12-12-54.gh-issue-114077.KcVnfj.rst [new file with mode: 0644]