gh-106320: Remove private PyLong C API functions (#108429)
Remove private PyLong C API functions: * _PyLong_AsByteArray() * _PyLong_DivmodNear() * _PyLong_Format() * _PyLong_Frexp() * _PyLong_FromByteArray() * _PyLong_FromBytes() * _PyLong_GCD() * _PyLong_Lshift() * _PyLong_Rshift() Move these functions to the internal C API. No longer export _PyLong_FromBytes() function.
V
Victor Stinner committed
c55e73112c7b0574d05a522015d0c927de266525
Parent: 7f31676
Committed by GitHub <noreply@github.com>
on 8/24/2023, 4:53:50 PM