SIGN IN SIGN UP

gh-130599: use static constants str-to-int conversion (gh-130714)

Avoid a data race in free-threaded builds due to mutating global arrays at
runtime.  Instead, compute the constants with an external Python script and
then define them as static global constant arrays.  These constants are
used by `long_from_non_binary_base()`.
N
Neil Schemenauer committed
813bc5694bd8aa43165468c5ea1dc27af973611d
Parent: bbf1979
Committed by GitHub <noreply@github.com> on 3/4/2025, 3:00:50 AM