mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
Issue #27128, #18295: replace int type with Py_ssize_t for index variables used for positional arguments. It should help to avoid integer overflow and help to emit better machine code for "i++" (no trap needed for overflow). Make also the total_args variable constant.
Miscellaneous source files for the main Python shared library