Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-106320: Remove private _PyLong converter functions#108499
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 our terms of service and privacy 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
vstinner commented Aug 25, 2023 • edited by bedevere-bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-bot
Uh oh!
There was an error while loading. Please reload this page.
vstinner commented Aug 25, 2023
@erlend-aasland@AlexWaygood: This change Adding an unused |
Move private functions to the internal C API (pycore_traceback.h): Argument Clinic now emits #include "pycore_long.h" when using these functions.
8ec187a to d0b56a7Comparebedevere-bot commented Aug 26, 2023
|
bedevere-bot commented Aug 26, 2023
|
Move private functions to the internal C API (pycore_traceback.h):
Argument Clinic now emits #include "pycore_long.h" when using these functions.