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 ba8dcdb commit 5fb1c08Copy full SHA for 5fb1c08
Doc/c-api/typeobj.rst
@@ -452,6 +452,7 @@ slot typedefs
452
| | | |
453
| | :c:type:`PyObject` * | |
454
| | :c:type:`Py_ssize_t` | |
455
+| | :c:type:`PyObject` * | |
456
+-----------------------------+-----------------------------+----------------------+
457
| :c:type:`objobjproc` | .. line-block:: | int |
458
@@ -2633,7 +2634,7 @@ Slot Type typedefs
2633
2634
2635
.. c:type:: PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t)
2636
-.. c:type:: int (*ssizeobjargproc)(PyObject *, Py_ssize_t)
2637
+.. c:type:: int (*ssizeobjargproc)(PyObject *, Py_ssize_t, PyObject *)
2638
2639
.. c:type:: int (*objobjproc)(PyObject *, PyObject *)
2640
0 commit comments