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 asvetlov, mark.dickinson, serhiy.storchaka, vstinner
Date 2012-10-06.16:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349541577.75.0.275661687411.issue16096@psf.upfronthosting.co.za>
In-reply-to
Content
> It's becouse 3.3 already contains some fixes which was not be backported
> to older versions.

Yes, exactly!  That's what I meant when I said:

"So far, I've been fixing these overflow bugs only in the development branches"

There were lots of integer overflow occurrences like these found by John Regehr in issue 9530.  I chose to fix those only in the current development branch, which was 3.3 at the time.  Since we've made an effort to clean up 3.3 in that respect, I think it's worth finishing that job off by applying your patch both to 3.3 and 3.4.
History
Date User Action Args
2012-10-06 16:39:37mark.dickinsonsetrecipients: + mark.dickinson, vstinner, asvetlov, serhiy.storchaka
2012-10-06 16:39:37mark.dickinsonsetmessageid: <1349541577.75.0.275661687411.issue16096@psf.upfronthosting.co.za>
2012-10-06 16:39:37mark.dickinsonlinkissue16096 messages
2012-10-06 16:39:37mark.dickinsoncreate