cpython/Modules/_blake2/clinic
Victor Stinner 713afb8804
gh-106320: Remove private _PyLong converter functions (#108499)
Move these private functions to the internal C API (pycore_long.h):

* _PyLong_UnsignedInt_Converter()
* _PyLong_UnsignedLongLong_Converter()
* _PyLong_UnsignedLong_Converter()
* _PyLong_UnsignedShort_Converter()

Argument Clinic now emits #include "pycore_long.h" when these
functions are used.
2023-08-26 02:24:27 +02:00
..
blake2b_impl.c.h gh-106320: Remove private _PyLong converter functions (#108499) 2023-08-26 02:24:27 +02:00
blake2s_impl.c.h gh-106320: Remove private _PyLong converter functions (#108499) 2023-08-26 02:24:27 +02:00