SIGN IN SIGN UP

gh-125268: Use static string for "1e309" in AST (#125272)

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.
S
Sam Gross committed
427dcf24de4e06d239745d74d08c4b2e541dca5a
Parent: bb594e8
Committed by GitHub <noreply@github.com> on 10/10/2024, 8:21:29 PM