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-26.17:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <24342987.L6z30fR5l0@raxxla>
In-reply-to <1411747011.23.0.598611194128.issue22486@psf.upfronthosting.co.za>
Content
Thank you Stefan. I confirm that it hangs with 30-bit digits.

One existing bug is in the use of PyLong_AsLong() before simple Euclidean 
loop. It  should be PyLong_AsLongLong() if the long is not enough for two 
digits. But there is another bug in inner loop...
History
Date User Action Args
2014-09-26 17:42:01serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, pitrou, scoder, wolma, gladman
2014-09-26 17:42:01serhiy.storchakalinkissue22486 messages
2014-09-26 17:42:01serhiy.storchakacreate