]> granicus.if.org Git - python/commit
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
authorStéphane Wirtel <stephane@wirtel.be>
Wed, 17 Oct 2018 23:05:04 +0000 (01:05 +0200)
committerVictor Stinner <vstinner@redhat.com>
Wed, 17 Oct 2018 23:05:04 +0000 (01:05 +0200)
commit74a8b6ea7e0a8508b13a1c75ec9b91febd8b5557
tree2ae2721beb480ede309e03b90202038b63c5a22c
parent0f11a88622ceda93a6b7eed7db52a5eb8083445f
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.
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