mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
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