We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
newfunc
The first parameter of the newfunc function type has type PyTypeObject *:
PyTypeObject *
cpython/Include/object.h
Line 354 in a0f5c8e
However, in a couple of places in the documentation it is shown as PyObject *:
PyObject *
cpython/Doc/c-api/typeobj.rst
Lines 355 to 361 in a0f5c8e
Lines 2647 to 2651 in a0f5c8e
Status