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 vstinner
Recipients h.venev, mark.dickinson, vstinner
Date 2014-04-01.13:18:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396358291.32.0.124181456379.issue21111@psf.upfronthosting.co.za>
In-reply-to
Content
> Sounds reasonable to me.  Were there particular uses you needed this for?  And do you want to work on a patch?

I don't understand why PyArg_Parse*() functions have formats for integers checking overflow for signed integers, but not for unsigned integers. For the zlib module, I had to develop my own format format (to get an unsigned int with overflow check) :-(
History
Date User Action Args
2014-04-01 13:18:11vstinnersetrecipients: + vstinner, mark.dickinson, h.venev
2014-04-01 13:18:11vstinnersetmessageid: <1396358291.32.0.124181456379.issue21111@psf.upfronthosting.co.za>
2014-04-01 13:18:11vstinnerlinkissue21111 messages
2014-04-01 13:18:11vstinnercreate