Commit f8b5344
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.
1 parent 7e3fb40 commit f8b5344
2 files changed
Lines changed: 1 addition & 1 deletion
File tree
- Misc/NEWS.d/next/Core and Builtins
- Objects
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2283 | 2283 | | |
2284 | 2284 | | |
2285 | 2285 | | |
2286 | | - | |
2287 | 2286 | | |
2288 | 2287 | | |
2289 | 2288 | | |
| |||
0 commit comments