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 gladman, mark.dickinson, pitrou, scoder, serhiy.storchaka, wolma
Date 2014-09-27.08:23:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1749686.ljOe70FXRz@raxxla>
In-reply-to <24342987.L6z30fR5l0@raxxla>
Content
Here is fixed patch.

There was integer overflow. In C short*short is extended to int, but int*int 
results int.
Files
File name Uploaded
lehmer_gcd_7.patch serhiy.storchaka, 2014-09-27.08:23:24
History
Date User Action Args
2014-09-27 08:23:27serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, pitrou, scoder, wolma, gladman
2014-09-27 08:23:26serhiy.storchakalinkissue22486 messages
2014-09-27 08:23:26serhiy.storchakacreate