commit | 178d1c07778553bf66e09fe0bb13796be3fb9abf | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Oct 17 23:58:40 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 17 23:58:40 2018 -0700 |
tree | 30bb65bdf044cefc0dc90c46ebbf5ddc50876650 | |
parent | 35ae99d7b394af0ce01460f7bccd7449a82289ad [diff] |
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>