mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
When formatting the AST as a string, infinite values are replaced by 1e309, which evaluates to infinity. The initialization of this string replacement was not thread-safe in the free threading build.
Miscellaneous source files for the main Python shared library