Skip to content

Commit a2e5ab8

Browse files
Fix a typo.
1 parent d6046c3 commit a2e5ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/import.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ get_core_module_dict(PyInterpreterState *interp,
994994
}
995995
assert(!PyErr_Occurred());
996996
}
997-
return 0;
997+
return NULL;
998998
}
999999

10001000
static inline int

0 commit comments

Comments
 (0)