Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed outdated limits documentation #5253

Merged
merged 1 commit into from Feb 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/reference/limits.rst
Expand Up @@ -25,13 +25,6 @@ Internal Limits
is smaller than 2GB, as calculated by ``y*stride`` (so 2Gpx for 'L'
images, and .5Gpx for 'RGB'

* Any call to internal python size functions for buffers or strings
are currently returned as int32, not py_ssize_t. This limits the
maximum buffer to 2GB for operations like frombytes and frombuffer.

* This also limits the size of buffers converted using a
decoder. (decode.c:127)

Format Size Limits
==================

Expand Down