[Python-Dev] PyArg_ParseTupe(): parse unsigned integer and check for overflow (original) (raw)
Larry Hastings larry at hastings.org
Sun Jun 30 00:03:25 CEST 2013
- Previous message: [Python-Dev] PyArg_ParseTupe(): parse unsigned integer and check for overflow
- Next message: [Python-Dev] Reminder: an oft-forgotten rule about docstring formatting (PEP 257)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 06/29/2013 06:24 PM, Serhiy Storchaka wrote:
Definitely Argument Clinic should use converters for unsigned integers without wraparound by default.
Argument Clinic 1.0 is a thin layer over PyArg_ParseTuple. But it will support these sorts of converters, and if people have bright ideas about converters to include in-the-box that's totally fine.
but-nothing-has-been-formally-accepted-yet-ly yours,
//arry/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20130630/a4549dcb/attachment.html>
- Previous message: [Python-Dev] PyArg_ParseTupe(): parse unsigned integer and check for overflow
- Next message: [Python-Dev] Reminder: an oft-forgotten rule about docstring formatting (PEP 257)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]