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 larry
Recipients georg.brandl, larry, mark.dickinson, rmsr, serhiy.storchaka, skrah
Date 2014-01-22.02:00:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390356008.75.0.734895671888.issue20260@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, here's another data point to consider.  The underlying implementation of PyArg_Parse* is the function convertsimple() in Python/getargs.c.  For all the non-bitwise integer format units ('bhi'), if they overflow or underflow the native integer they raise OverflowError.
History
Date User Action Args
2014-01-22 02:00:08larrysetrecipients: + larry, georg.brandl, mark.dickinson, rmsr, skrah, serhiy.storchaka
2014-01-22 02:00:08larrysetmessageid: <1390356008.75.0.734895671888.issue20260@psf.upfronthosting.co.za>
2014-01-22 02:00:08larrylinkissue20260 messages
2014-01-22 02:00:08larrycreate