◐ Shell
clean mode source ↗

gh-106320: Remove private _PyLong_New() function by vstinner · Pull Request #108604 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

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.

skirpichev added a commit to skirpichev/cpython that referenced this pull request

Oct 28, 2023

Labels