mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
Fixes loop variables to be the same types as their limit (GH-120958)
This commit is contained in:
parent
2e157851e3
commit
e731554337
14 changed files with 26 additions and 26 deletions
|
@ -8,7 +8,7 @@
|
|||
static int
|
||||
future_check_features(_PyFutureFeatures *ff, stmt_ty s, PyObject *filename)
|
||||
{
|
||||
int i;
|
||||
Py_ssize_t i;
|
||||
|
||||
assert(s->kind == ImportFrom_kind);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue