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 515a026 commit ad00640Copy full SHA for ad00640
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