File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
doc/source/reference/c-api Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -3619,18 +3619,6 @@ Miscellaneous Macros
3619
3619
error when you are finished with ``obj``, just before ``Py_DECREF(obj)``.
3620
3620
It may be called multiple times, or with ``NULL`` input.
3621
3621
3622
- .. c:function:: void PyArray_XDECREF_ERR(PyObject* obj)
3623
-
3624
- Deprecated in 1.14, use :c:func:`PyArray_DiscardWritebackIfCopy`
3625
- followed by ``Py_XDECREF``
3626
-
3627
- DECREF's an array object which may have the
3628
- :c:data:`NPY_ARRAY_WRITEBACKIFCOPY`
3629
- flag set without causing the contents to be copied back into the
3630
- original array. Resets the :c:data:`NPY_ARRAY_WRITEABLE` flag on the base
3631
- object. This is useful for recovering from an error condition when
3632
- writeback semantics are used, but will lead to wrong results.
3633
-
3634
3622
3635
3623
Enumerated Types
3636
3624
~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments