diff options
Diffstat (limited to 'doc/ufuncs.rst.txt')
-rw-r--r-- | doc/ufuncs.rst.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/ufuncs.rst.txt b/doc/ufuncs.rst.txt index fa107cc21..d628b3f95 100644 --- a/doc/ufuncs.rst.txt +++ b/doc/ufuncs.rst.txt @@ -96,8 +96,3 @@ If there are object arrays involved then loop->obj gets set to 1. Then there ar - The buffer[i] memory receives the PyObject input after the cast. This is a new reference which will be "stolen" as it is copied over into memory. The only problem is that what is presently in memory must be DECREF'd first. - - - - - |