…onGH-11380) There is already a `Py_ssize_t i` defined at function scope that is used for similar loops. By removing the local `int i` declaration that `i` is used, which has the appropriate type. (cherry picked from commit f8b5344) Co-authored-by: sth <sth.dev@tejp.de>
|
@sth and @benjaminp: Status check is done, and it's a success ✅ . |
|
@sth and @benjaminp: Status check is done, and it's a success ✅ . |
There is already a
Py_ssize_t idefined at function scope that is usedfor similar loops. By removing the local
int ideclaration thatiisused, which has the appropriate type.
(cherry picked from commit f8b5344)
Co-authored-by: sth sth.dev@tejp.de
https://bugs.python.org/issue35623