diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-11-22 15:03:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-22 15:03:40 +0100 |
commit | 9a0d7a7648547ffb77144bf2480155f6d7940dea (patch) | |
tree | 4972ec72abbb88219f7843aab4d050b90b8427c0 /Include/Python-ast.h | |
parent | 4d73ae776140a583fdfe8f016d88cc767791e481 (diff) | |
download | cpython-git-9a0d7a7648547ffb77144bf2480155f6d7940dea.tar.gz |
bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
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).
Diffstat (limited to 'Include/Python-ast.h')
0 files changed, 0 insertions, 0 deletions