[docs] [issue33033] Clarify that the signed number convertors to PyArg_ParseTuple... *do* overflow checking

Antony Lee report at bugs.python.org
Fri Mar 9 04:34:18 EST 2018


Antony Lee <anntzer.lee at gmail.com> added the comment:

One could just add, immediately below the "Numbers" section, something like: "The signed convertors (b, h, i, ...) perform overflow checking.  The unsigned convertors (B, H, I, ...) do not."  That would actually be shorter than the current version, which repeats the second half for each unsigned entry...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33033>
_______________________________________


More information about the docs mailing list