]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Oct 2018 06:58:40 +0000 (23:58 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Oct 2018 06:58:40 +0000 (23:58 -0700)
commit178d1c07778553bf66e09fe0bb13796be3fb9abf
tree30bb65bdf044cefc0dc90c46ebbf5ddc50876650
parent35ae99d7b394af0ce01460f7bccd7449a82289ad
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)

 On macOS, fix reading from and writing into a file with a size larger than 2 GiB.
(cherry picked from commit 74a8b6ea7e0a8508b13a1c75ec9b91febd8b5557)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Include/fileutils.h
Lib/test/test_largefile.py
Misc/NEWS.d/next/macOS/2018-10-17-14-36-08.bpo-24658.Naddgx.rst [new file with mode: 0644]
Modules/_io/fileio.c
Python/fileutils.c