mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00: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