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 belopolsky, gladman, mark.dickinson, pitrou, scoder, serhiy.storchaka, vstinner, wolma
Date 2014-10-05.09:05:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412499916.9.0.312035801916.issue22486@psf.upfronthosting.co.za>
In-reply-to
Content
+1

I mean, there is already such a type check in Fraction.__init__(), but I can see a case for also optimising fraction.gcd() for exact ints.
History
Date User Action Args
2014-10-05 09:05:16scodersetrecipients: + scoder, mark.dickinson, belopolsky, pitrou, vstinner, serhiy.storchaka, wolma, gladman
2014-10-05 09:05:16scodersetmessageid: <1412499916.9.0.312035801916.issue22486@psf.upfronthosting.co.za>
2014-10-05 09:05:16scoderlinkissue22486 messages
2014-10-05 09:05:16scodercreate