Commit 4b0215fd authored by Kristján Valur Jónsson's avatar Kristján Valur Jónsson

Merge with 3.2

parents 4164ac1f c5d47d5a
......@@ -86,7 +86,7 @@ future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
*/
if (s->kind == ImportFrom_kind) {
identifier *modname = s->v.ImportFrom.module;
identifier modname = s->v.ImportFrom.module;
if (modname &&
!PyUnicode_CompareWithASCIIString(modname, "__future__")) {
if (done) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment