mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
This commit is contained in:
parent
77c041ba64
commit
483405bcca
7 changed files with 12 additions and 15 deletions
|
@ -4606,7 +4606,7 @@ ext_call_fail:
|
|||
return result;
|
||||
}
|
||||
|
||||
/* Extract a slice index from a PyInt or PyLong or an object with the
|
||||
/* 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue