From: Benjamin Peterson Date: Thu, 22 Mar 2012 14:39:16 +0000 (-0400) Subject: this should technicaly be identifier X-Git-Tag: v3.3.0a2~89^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9faf5ee7509276eb3aef4463ba778632ef4a5fd4;p=thirdparty%2FPython%2Fcpython.git this should technicaly be identifier --- diff --git a/Python/future.c b/Python/future.c index 89592e22242e..83465a8710d6 100644 --- a/Python/future.c +++ b/Python/future.c @@ -86,7 +86,7 @@ future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename) */ 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) {