commit | 9faf5ee7509276eb3aef4463ba778632ef4a5fd4 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Mar 22 10:39:16 2012 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Mar 22 10:39:16 2012 -0400 |
tree | 94bc7e5b54b136be3b23ff3f80350abc34daa1b3 | |
parent | 0197ff97d025f51d52503b03dca2c91a111acdaa [diff] [blame] |
this should technicaly be identifier
diff --git a/Python/future.c b/Python/future.c index 89592e2..83465a8 100644 --- a/Python/future.c +++ b/Python/future.c
@@ -86,7 +86,7 @@ */ if (s->kind == ImportFrom_kind) { - PyObject *modname = s->v.ImportFrom.module; + identifier *modname = s->v.ImportFrom.module; if (modname && !PyUnicode_CompareWithASCIIString(modname, "__future__")) { if (done) {