mirror of
https://github.com/python/cpython.git
synced 2026-05-17 01:49:12 -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.