mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
05d68a8bd8
* Use wider types (int => Py_ssize_t) to avoid integer overflows. * Fix gc.get_freeze_count(): use Py_ssize_t type rather than int, since gc_list_size() returns a Py_ssize_t.
Miscellaneous source files for the main Python shared library