Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b0215f

Browse files
author
Kristján Valur Jónsson
committed
Merge with 3.2
2 parents 4164ac1 + c5d47d5 commit 4b0215f

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
@@ -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)