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 scoder
Recipients gladman, mark.dickinson, pitrou, scoder, serhiy.storchaka, wolma
Date 2014-09-26.15:56:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411747011.23.0.598611194128.issue22486@psf.upfronthosting.co.za>
In-reply-to
Content
This is what hangs for me:

math.gcd(1216342683557601535506311712, 436522681849110124616458784)

"a" and "b" keep switching between both values, but otherwise, the loop just keeps running.

The old fractions.gcd() gives 32 for them.
History
Date User Action Args
2014-09-26 15:56:51scodersetrecipients: + scoder, mark.dickinson, pitrou, serhiy.storchaka, wolma, gladman
2014-09-26 15:56:51scodersetmessageid: <1411747011.23.0.598611194128.issue22486@psf.upfronthosting.co.za>
2014-09-26 15:56:51scoderlinkissue22486 messages
2014-09-26 15:56:51scodercreate