mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
169e7138ab
* 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