File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
doc/source/reference/c-api Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1332,12 +1332,13 @@ Special functions for NPY_OBJECT
1332
1332
NumPy itself accepts ``NULL `` as an alias for ``None ``, but may ``assert ``
1333
1333
non-``NULL `` when compiled in debug mode.
1334
1334
1335
- Users **must ** expect a value of ``NULL `` when working with buffers created
1335
+ Because NumPy is not yet consistent about initialization with None,
1336
+ users **must ** expect a value of ``NULL `` when working with buffers created
1336
1337
by NumPy. Users **should ** also ensure to pass fully initialized buffers
1337
1338
to NumPy, since NumPy may make this a strong requirement in the future.
1338
1339
1339
1340
There is currently an intention to ensure that NumPy always initalizes
1340
- object arrays before it may be read. Any failure to do so will be
1341
+ object arrays before they may be read. Any failure to do so will be
1341
1342
regarded as a bug.
1342
1343
In the future, users may be able to rely on non-NULL values when reading
1343
1344
from any array, although exceptions for writing to freshly created arrays
You can’t perform that action at this time.
0 commit comments