mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00: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