Skip to content

[3.7] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)#9936

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-74a8b6e-3.7
Oct 18, 2018
Merged

[3.7] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)#9936
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-74a8b6e-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Oct 17, 2018

Copy link
Copy Markdown
Contributor

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

Co-authored-by: Stéphane Wirtel stephane@wirtel.be

https://bugs.python.org/issue24658

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

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington

Copy link
Copy Markdown
Contributor Author

@matrixise and @vstinner: Status check is done, and it's a failure ❌ .

@vstinner

Copy link
Copy Markdown
Member

AppVeyor failed: https://bugs.python.org/issue35012

I rescheduled a new build on AppVeyor.

@miss-islington

Copy link
Copy Markdown
Contributor Author

@matrixise and @vstinner: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants