mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
b551b6c9f0
Issue #28915: Py_ssize_t type is better for indexes. The compiler might emit more efficient code for i++. Py_ssize_t is the type of a PyTuple index for example. Replace also "int endchar" with "char endchar".
Miscellaneous source files for the main Python shared library