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 87cc668 commit 99f2f85Copy full SHA for 99f2f85
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