SIGN IN SIGN UP

gh-106320: Remove private _PyLong_New() function (#108604)

Move the following private API to the internal C API (pycore_long.h):

* _PyLong_Copy()
* _PyLong_FromDigits()
* _PyLong_New()

No longer export most of these functions.
V
Victor Stinner committed
921eb8ebf6ae9bd359bc03c24bf1f7537bb498ab
Parent: 21a7420
Committed by GitHub <noreply@github.com> on 8/29/2023, 2:59:49 AM