mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
874eed6cfe
* 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