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 loewis, nadeem.vawda, python-dev, serhiy.storchaka, vstinner
Date 2013-11-21.21:44:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385070271.74.0.455035634247.issue18294@psf.upfronthosting.co.za>
In-reply-to
Content
> LGTM.

I changed the "uint" parser to raise a ValueError instead of an OverflowError, so the unit test doesn't need to be adapted.

Thanks again Serhiy for your review :)

I doesn't want to backport the fix to Python 2.7 or 3.3, it's more intrusive than what I expected. I opened the issue to fix compiler warnings, it's not like an user complained about a crash.
History
Date User Action Args
2013-11-21 21:44:31vstinnersetrecipients: + vstinner, loewis, nadeem.vawda, python-dev, serhiy.storchaka
2013-11-21 21:44:31vstinnersetmessageid: <1385070271.74.0.455035634247.issue18294@psf.upfronthosting.co.za>
2013-11-21 21:44:31vstinnerlinkissue18294 messages
2013-11-21 21:44:31vstinnercreate