mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
427dcf24de
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