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 ned.deily, python-dev, r.david.murray, vstinner
Date 2013-07-26.20:28:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374870522.33.0.472907598794.issue18519@psf.upfronthosting.co.za>
In-reply-to
Content
> I take it the overflow error is the only one the C code
> could ever raise?  If so, the patch looks good to me.

Yes, _PyLong_AsInt() was the last function raising Python exception (without clearing it).

Thanks for your help on fixing this function
History
Date User Action Args
2013-07-26 20:28:42vstinnersetrecipients: + vstinner, ned.deily, r.david.murray, python-dev
2013-07-26 20:28:42vstinnersetmessageid: <1374870522.33.0.472907598794.issue18519@psf.upfronthosting.co.za>
2013-07-26 20:28:42vstinnerlinkissue18519 messages
2013-07-26 20:28:42vstinnercreate