gh-143050: Correct PyLong_FromString() to use _PyLong_Negate() (#145901)
The long_from_string_base() might return a small integer, when the _pylong.py is used to do conversion. Hence, we must be careful here to not smash it "small int" bit by using the _PyLong_FlipSign(). Co-authored-by: Victor Stinner <vstinner@python.org>
S
Sergey B Kirpichev committed
db5936c5b89aa19e04d63120e0cf5bbc73bf2420
Parent: 829e4d0
Committed by GitHub <noreply@github.com>
on 3/31/2026, 1:17:49 PM