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

Antony Lee report at bugs.python.org
Thu Mar 8 19:47:58 EST 2018


New submission from Antony Lee <anntzer.lee at gmail.com>:

At https://docs.python.org/3/c-api/arg.html#numbers, it is explicitly documented that the unsigned number convertors do not perform overflow checking.  Implicitly, this suggests that the signed convertors *do* perform overflow checking, which they indeed do; but it would be nice to document this behavior explicitly (as overflow checking is not always expected of C-level functions).

----------
assignee: docs at python
components: Documentation
messages: 313471
nosy: Antony.Lee, docs at python
priority: normal
severity: normal
status: open
title: Clarify that the signed number convertors to PyArg_ParseTuple... *do* overflow checking
versions: Python 3.6

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


More information about the docs mailing list