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 serhiy.storchaka
Recipients eric.smith, mark.dickinson, r.david.murray, serhiy.storchaka
Date 2012-04-30.18:12:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335809729.27093.29.camel@raxxla>
In-reply-to <1335809053.43.0.842023438672.issue14700@psf.upfronthosting.co.za>
Content
> Your patch should also address possible overflow of the addition.

Here there is no overflow. The patch limits prec of a little stronger
(instead of 2147483647 to 2147483639 on a 32-bit platform).
History
Date User Action Args
2012-04-30 18:13:00serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, eric.smith, r.david.murray
2012-04-30 18:12:59serhiy.storchakalinkissue14700 messages
2012-04-30 18:12:59serhiy.storchakacreate