mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
docs: fix ssizeobjargproc
parameters (#100736)
This commit is contained in:
parent
ba8dcdbcab
commit
5fb1c08e15
1 changed files with 2 additions and 1 deletions
|
@ -452,6 +452,7 @@ slot typedefs
|
|||
| | | |
|
||||
| | :c:type:`PyObject` * | |
|
||||
| | :c:type:`Py_ssize_t` | |
|
||||
| | :c:type:`PyObject` * | |
|
||||
+-----------------------------+-----------------------------+----------------------+
|
||||
| :c:type:`objobjproc` | .. line-block:: | int |
|
||||
| | | |
|
||||
|
@ -2633,7 +2634,7 @@ Slot Type typedefs
|
|||
|
||||
.. c:type:: PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t)
|
||||
|
||||
.. c:type:: int (*ssizeobjargproc)(PyObject *, Py_ssize_t)
|
||||
.. c:type:: int (*ssizeobjargproc)(PyObject *, Py_ssize_t, PyObject *)
|
||||
|
||||
.. c:type:: int (*objobjproc)(PyObject *, PyObject *)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue