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.
ssizeobjargproc
1 parent ad40764 commit c915f00Copy full SHA for c915f00
Doc/c-api/typeobj.rst
@@ -450,6 +450,7 @@ slot typedefs
450
| | | |
451
| | :c:type:`PyObject` * | |
452
| | :c:type:`Py_ssize_t` | |
453
+| | :c:type:`PyObject` * | |
454
+-----------------------------+-----------------------------+----------------------+
455
| :c:type:`objobjproc` | .. line-block:: | int |
456
@@ -2589,7 +2590,7 @@ Slot Type typedefs
2589
2590
2591
.. c:type:: PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t)
2592
-.. c:type:: int (*ssizeobjargproc)(PyObject *, Py_ssize_t)
2593
+.. c:type:: int (*ssizeobjargproc)(PyObject *, Py_ssize_t, PyObject *)
2594
2595
.. c:type:: int (*objobjproc)(PyObject *, PyObject *)
2596
0 commit comments