mirror of
https://github.com/python/cpython.git
synced 2026-07-17 07:27:45 -04:00
09ff4ec14f
* 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