Skip to content

Commit ded1edc

Browse files
committed
this should technicaly be identifier
1 parent 17dd4ac commit ded1edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/future.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
8585
*/
8686

8787
if (s->kind == ImportFrom_kind) {
88-
PyObject *modname = s->v.ImportFrom.module;
88+
identifier modname = s->v.ImportFrom.module;
8989
if (modname && PyString_GET_SIZE(modname) == 10 &&
9090
!strcmp(PyString_AS_STRING(modname), "__future__")) {
9191
if (done) {

0 commit comments

Comments
 (0)