gh-106320: Remove private _PyLong_New() function (#108604) · python/cpython@921eb8e · GitHub
Skip to content

Commit 921eb8e

Browse files
authored
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.
1 parent 21a7420 commit 921eb8e

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

Include/cpython/longintrepr.h

Lines changed: 0 additions & 8 deletions

Include/internal/pycore_long.h

Lines changed: 11 additions & 0 deletions

0 commit comments

Comments
 (0)