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

Serhiy Storchaka report at bugs.python.org
Fri Mar 9 02:16:25 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

This doesn't look a good idea to me. It is implied that all checks are performed. For example it is implied that an error will be raised if the argument is of wrong type. I think that adding "with overflow checking" to every converting from a Python integer will just clutter the documentation.

----------
nosy: +serhiy.storchaka

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


More information about the docs mailing list