Skip to content

Commit c5d47d5

Browse files
author
Kristján Valur Jónsson
committed
Fix typo when "PyObject*" was changed to "identifier"
1 parent b81e538 commit c5d47d5

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-
identifier *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)