cpython/Modules/_blake2
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
..
clinic gh-106320: Remove private _PyLong converter functions (#108499) 2023-08-26 02:24:27 +02:00
impl Trim trailing whitespace and test on CI (#104275) 2023-05-08 17:03:52 +03:00
blake2b2s.py
blake2b_impl.c
blake2module.c gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) 2023-05-05 21:11:27 +00:00
blake2module.h Trim trailing whitespace and test on CI (#104275) 2023-05-08 17:03:52 +03:00
blake2s_impl.c