import.c: Fix a GCC warning (#4822)
Fix the warning: Python/import.c: warning: comparison between signed and unsigned integer expressions if ((i + n + 1) <= PY_SSIZE_T_MAX / sizeof(struct _inittab)) {
Showing
Please register or sign in to comment