gh-106320: Remove private _PyLong converter functions#108499
gh-106320: Remove private _PyLong converter functions#108499vstinner merged 3 commits intopython:mainpython/cpython:mainfrom vstinner:remove_long_convertervstinner/cpython:remove_long_converterCopy head branch name to clipboard
Conversation
|
@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
d0b56a7
Compare
|
|
Move private functions to the internal C API (pycore_traceback.h):
Argument Clinic now emits #include "pycore_long.h" when using these functions.