8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d92c75b + aaf86b5 commit 6849fa3Copy full SHA for 6849fa3
numpy/core/memmap.py
@@ -102,11 +102,8 @@ class memmap(ndarray):
102
The memmap object can be used anywhere an ndarray is accepted.
103
Given a memmap ``fp``, ``isinstance(fp, numpy.ndarray)`` returns
104
``True``.
105
-
106
- Memory-mapped arrays use the Python memory-map object which
107
- (prior to Python 2.5) does not allow files to be larger than a
108
- certain size depending on the platform. This size is always < 2GB
109
- even on 64-bit systems.
+
+ Memory-mapped files cannot be larger than 2GB on 32-bit systems.
110
111
When a memmap causes a file to be created or extended beyond its
112
current size in the filesystem, the contents of the new part are
0 commit comments