mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
* The result has type Py_ssize_t, not intptr_t. * Type cast between unsigned and signed integer types should be explicit. * Downcasting should be explicit. * Fix integer overflow check in sum(). (cherry picked from commit 1801545)
Miscellaneous source files for the main Python shared library