Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 4164ac1 + c5d47d5 commit 4b0215fCopy full SHA for 4b0215f
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
- identifier *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