mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Document Py_ssize_t. (GH-92512)
It fixes 252 errors from a Sphinx nitpicky run (sphinx-build -n). But there's 8182 errors left. Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
This commit is contained in:
parent
059b5baf98
commit
664aa94b57
10 changed files with 31 additions and 24 deletions
|
@ -258,7 +258,7 @@ Object Protocol
|
|||
|
||||
.. versionchanged:: 3.2
|
||||
The return type is now Py_hash_t. This is a signed integer the same size
|
||||
as Py_ssize_t.
|
||||
as :c:type:`Py_ssize_t`.
|
||||
|
||||
|
||||
.. c:function:: Py_hash_t PyObject_HashNotImplemented(PyObject *o)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue