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 35a010f commit 8b02313Copy full SHA for 8b02313
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
@@ -2595,7 +2596,7 @@ Slot Type typedefs
2595
2596
2597
.. c:type:: PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t)
2598
-.. c:type:: int (*ssizeobjargproc)(PyObject *, Py_ssize_t)
2599
+.. c:type:: int (*ssizeobjargproc)(PyObject *, Py_ssize_t, PyObject *)
2600
2601
.. c:type:: int (*objobjproc)(PyObject *, PyObject *)
2602
0 commit comments