commit | 219a05094bbe76e332fd18cdbdddae4a0a0b88da | [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 | cec51b26ed3339dcd20f729ef8231d9ac842c641 | |
parent | 72c6227df88f485ddb851ea95c39918e468bf0d5 [diff] |
this should technicaly be identifier
diff --git a/Python/future.c b/Python/future.c index 4c1c347..0e68845 100644 --- a/Python/future.c +++ b/Python/future.c
@@ -85,7 +85,7 @@ */ if (s->kind == ImportFrom_kind) { - PyObject *modname = s->v.ImportFrom.module; + identifier modname = s->v.ImportFrom.module; if (modname && PyString_GET_SIZE(modname) == 10 && !strcmp(PyString_AS_STRING(modname), "__future__")) { if (done) {