Skip to content

[3.6] bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)#10659

Merged
miss-islington merged 1 commit into
python:3.6from
miss-islington:backport-9a0d7a7-3.6
Nov 22, 2018
Merged

[3.6] bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)#10659
miss-islington merged 1 commit into
python:3.6from
miss-islington:backport-9a0d7a7-3.6

Conversation

@miss-islington

@miss-islington miss-islington commented Nov 22, 2018

Copy link
Copy Markdown
Contributor

os_read_impl() now also truncates the size to _PY_READ_MAX
on macOS, to avoid to allocate a larger buffer even if _Py_read() is
limited to _PY_READ_MAX bytes (ex: INT_MAX on macOS).
(cherry picked from commit 9a0d7a7)

Co-authored-by: Victor Stinner vstinner@redhat.com

https://bugs.python.org/issue24658

os_read_impl() now also truncates the size to _PY_READ_MAX
on macOS, to avoid to allocate a larger buffer even if _Py_read() is
limited to _PY_READ_MAX bytes (ex: INT_MAX on macOS).
(cherry picked from commit 9a0d7a7)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

@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

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

@miss-islington miss-islington merged commit 0c15e50 into python:3.6 Nov 22, 2018
@miss-islington miss-islington deleted the backport-9a0d7a7-3.6 branch November 22, 2018 14:25
@miss-islington

Copy link
Copy Markdown
Contributor Author

@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants