mirror of
https://github.com/python/cpython.git
synced 2026-07-28 04:42:09 -04:00
0f7046b187
* Add Argument Clinic converters: uint8, uint16, uint32, uint64.
* Add private C API: _PyLong_UInt8_Converter(),
_PyLong_UInt16_Converter(), _PyLong_UInt32_Converter(),
_PyLong_UInt64_Converter().
(cherry picked from commit 4c914e7a36)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>