This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Antony.Lee
Recipients Antony.Lee, docs@python
Date 2018-03-09.00:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520556478.43.0.467229070634.issue33033@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2018-03-09 00:47:58Antony.Leesetrecipients: + Antony.Lee, docs@python
2018-03-09 00:47:58Antony.Leesetmessageid: <1520556478.43.0.467229070634.issue33033@psf.upfronthosting.co.za>
2018-03-09 00:47:58Antony.Leelinkissue33033 messages
2018-03-09 00:47:58Antony.Leecreate