Fixes loop variables to be the same types as their limit (GH-120958)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user