Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 3b03b09 commit b4bee03Copy full SHA for b4bee03
1 file changed
Doc/c-api/allocation.rst
@@ -48,7 +48,7 @@ Allocating Objects on the Heap
48
improving the memory management efficiency.
49
50
51
-.. c:function:: void PyObject_Del(PyObject *op)
+.. c:function:: void PyObject_Del(void *op)
52
53
Releases memory allocated to an object using :c:func:`PyObject_New` or
54
:c:func:`PyObject_NewVar`. This is normally called from the
0 commit comments