mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
d233796f7d
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