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 BernardoSulzbach
Recipients Ananthakrishnan, BernardoSulzbach, Dennis Sweeney, SilentGhost, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, tim.peters
Date 2020-02-17.22:47:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581979633.32.0.467665198165.issue39648@roundup.psfhosted.org>
In-reply-to
Content
I think this might make sense because gcd() could have some optimizations for n > 2, such as sorting the numbers and starting by the smallest elements.

However, I don't think gcd() and lcm() with more than two arguments are frequent use cases.
History
Date User Action Args
2020-02-17 22:47:13BernardoSulzbachsetrecipients: + BernardoSulzbach, tim.peters, rhettinger, mark.dickinson, steven.daprano, SilentGhost, serhiy.storchaka, Dennis Sweeney, Ananthakrishnan
2020-02-17 22:47:13BernardoSulzbachsetmessageid: <1581979633.32.0.467665198165.issue39648@roundup.psfhosted.org>
2020-02-17 22:47:13BernardoSulzbachlinkissue39648 messages
2020-02-17 22:47:13BernardoSulzbachcreate