We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dd4ac commit ded1edcCopy full SHA for ded1edc
1 file changed
Python/future.c
@@ -85,7 +85,7 @@ future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
85
*/
86
87
if (s->kind == ImportFrom_kind) {
88
- PyObject *modname = s->v.ImportFrom.module;
+ identifier modname = s->v.ImportFrom.module;
89
if (modname && PyString_GET_SIZE(modname) == 10 &&
90
!strcmp(PyString_AS_STRING(modname), "__future__")) {
91
if (done) {
0 commit comments