We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0197ff9 commit 9faf5eeCopy full SHA for 9faf5ee
1 file changed
Python/future.c
@@ -86,7 +86,7 @@ future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
86
*/
87
88
if (s->kind == ImportFrom_kind) {
89
- PyObject *modname = s->v.ImportFrom.module;
+ identifier *modname = s->v.ImportFrom.module;
90
if (modname &&
91
!PyUnicode_CompareWithASCIIString(modname, "__future__")) {
92
if (done) {
0 commit comments