Uh oh!
There was an error while loading. Please reload this page.
gh-106320: Remove private _PyLong converter functions - #108499
Conversation
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.