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 gvanrossum
Recipients facundobatista, gvanrossum, jyasskin, mark.dickinson, ncoghlan, rhettinger
Date 2008-02-19.16:38:20
SpamBayes Score 0.44376272
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
A C reimplementation of gcd probably makes little sense -- for large
numbers it is dominated by the cost of the arithmetic, and that will
remain the same.
History
Date User Action Args
2008-02-19 16:38:22gvanrossumsetspambayes_score: 0.443763 -> 0.44376272
recipients: + gvanrossum, rhettinger, facundobatista, mark.dickinson, ncoghlan, jyasskin
2008-02-19 16:38:21gvanrossumlinkissue1682 messages
2008-02-19 16:38:21gvanrossumcreate