Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-106320: Remove private _PyLong_New() function#108604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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.
@vstinner, we use |
Another user is the sage:
|
Would you mind to open a separated issue describing how you use _PyLong_New() and which API do you need? _PyLong_New() changed a log in Python 3.12: see also issue#111140. |
I've opened#111415 |
This partially revertspython#108604.
Uh oh!
There was an error while loading.Please reload this page.
Move the following private API to the internal C API (pycore_long.h):
No longer export most of these functions.