Skip to content

Commit 9faf5ee

Browse files
committed
this should technicaly be identifier
1 parent 0197ff9 commit 9faf5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/future.c

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

8888
if (s->kind == ImportFrom_kind) {
89-
PyObject *modname = s->v.ImportFrom.module;
89+
identifier *modname = s->v.ImportFrom.module;
9090
if (modname &&
9191
!PyUnicode_CompareWithASCIIString(modname, "__future__")) {
9292
if (done) {

0 commit comments

Comments
 (0)