From a5d8d1e163f117d4fb619eadacfc424eed8e7eec Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 8 Feb 2021 22:00:48 +1100 Subject: [PATCH] Removed outdated documentation [ci skip] --- docs/reference/limits.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/reference/limits.rst b/docs/reference/limits.rst index 79dc66e6779..a71b514b5aa 100644 --- a/docs/reference/limits.rst +++ b/docs/reference/limits.rst @@ -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 ==================