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 mark.dickinson
Recipients mark.dickinson, serhiy.storchaka
Date 2012-09-23.14:47:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348411625.84.0.589869047146.issue15989@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good, in general.

_PyLong_AsInt should return -1 on overflow in all cases;  at the moment, it looks like it doesn't do that for values that overflow an int but not a long.
History
Date User Action Args
2012-09-23 14:47:05mark.dickinsonsetrecipients: + mark.dickinson, serhiy.storchaka
2012-09-23 14:47:05mark.dickinsonsetmessageid: <1348411625.84.0.589869047146.issue15989@psf.upfronthosting.co.za>
2012-09-23 14:47:05mark.dickinsonlinkissue15989 messages
2012-09-23 14:47:05mark.dickinsoncreate