[issue20260] Argument Clinic: add unsigned integers converters

Larry Hastings report at bugs.python.org
Wed Jan 22 03:00:08 CET 2014


Larry Hastings added the comment:

Actually, here's another data point to consider.  The underlying implementation of PyArg_Parse* is the function convertsimple() in Python/getargs.c.  For all the non-bitwise integer format units ('bhi'), if they overflow or underflow the native integer they raise OverflowError.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20260>
_______________________________________


More information about the Python-bugs-list mailing list