mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
* The result has type Py_ssize_t, not intptr_t. * Type cast between unsigned and signdet integer types should be explicit. * Downcasting should be explicit. * Fix integer overflow check in sum().
Miscellaneous source files for the main Python shared library