mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +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
|
|
@ -3874,7 +3874,7 @@ typedef struct {
|
|||
|
||||
fast_mode: when cnt an integer < PY_SSIZE_T_MAX and no step is specified.
|
||||
|
||||
assert(cnt != PY_SSIZE_T_MAX && long_cnt == NULL && long_step==PyInt(1));
|
||||
assert(cnt != PY_SSIZE_T_MAX && long_cnt == NULL && long_step==PyLong(1));
|
||||
Advances with: cnt += 1
|
||||
When count hits Y_SSIZE_T_MAX, switch to slow_mode.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue