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, python-dev, serhiy.storchaka, vstinner
Date 2012-10-06.17:07:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349543242.02.0.840070438361.issue16096@psf.upfronthosting.co.za>
In-reply-to
Content
Applied the 3.3 patch to 3.3 and default, with some minor changes:

 - revert the Objects/longobject.c changes, since they don't depend
   on signed overflow

 - fix the second change in Objects/tupleobject.c so that the overflow check happens before the multiplication rather than after.
History
Date User Action Args
2012-10-06 17:07:22mark.dickinsonsetrecipients: + mark.dickinson, vstinner, asvetlov, python-dev, serhiy.storchaka
2012-10-06 17:07:22mark.dickinsonsetmessageid: <1349543242.02.0.840070438361.issue16096@psf.upfronthosting.co.za>
2012-10-06 17:07:22mark.dickinsonlinkissue16096 messages
2012-10-06 17:07:21mark.dickinsoncreate