mirror of
https://github.com/python/cpython.git
synced 2026-08-17 04:22:14 +08:00
* Use compensated summation for complex sums with floating-point items. This amends #121176. * sum() specializations for floats and complexes now use PyLong_AsDouble() instead of PyLong_AsLongAndOverflow() and compensated summation as well.
Miscellaneous source files for the main Python shared library