SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-133583: Add support for fixed size unsigned integers in argument parsing (GH-133584)

* Add Argument Clinic converters: uint8, uint16, uint32, uint64.
* Add private C API: _PyLong_UInt8_Converter(),
  _PyLong_UInt16_Converter(), _PyLong_UInt32_Converter(),
  _PyLong_UInt64_Converter().
S
Serhiy Storchaka committed
4c914e7a36033d5e8d52cdef3a4063eb9b012ed2
Parent: 3224b99
Committed by GitHub <noreply@github.com> on 5/8/2025, 9:27:50 AM