mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
When iterating using asdl_seq_LEN(), use 'Py_ssize_t' type instead of 'int' for the iterator variable, to avoid downcast on 64-bit platforms. _Py_asdl_int_seq_new() now also ensures that the index is greater than or equal to 0.
Miscellaneous source files for the main Python shared library