SIGN IN SIGN UP

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)) {
V
Victor Stinner committed
d233796f7d444c67fe51b7dd9521d548e650286f
Parent: 721e25c
Committed by GitHub <noreply@github.com> on 12/12/2017, 10:29:28 PM