mirror of
https://github.com/python/cpython.git
synced 2026-08-15 23:12:07 +08:00
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)) {
Miscellaneous source files for the main Python shared library