mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
This commit is contained in:
parent
81ed537846
commit
98b49a00d4
2 changed files with 6 additions and 4 deletions
|
@ -5071,7 +5071,7 @@ do_call_core(PyObject *func, PyObject *callargs, PyObject *kwdict)
|
|||
/* Extract a slice index from a PyLong or an object with the
|
||||
nb_index slot defined, and store in *pi.
|
||||
Silently reduce values larger than PY_SSIZE_T_MAX to PY_SSIZE_T_MAX,
|
||||
and silently boost values less than -PY_SSIZE_T_MAX-1 to -PY_SSIZE_T_MAX-1.
|
||||
and silently boost values less than PY_SSIZE_T_MIN to PY_SSIZE_T_MIN.
|
||||
Return 0 on error, 1 on success.
|
||||
*/
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue