Bernardo Sulzbach <berna...@bernardosulzbach.com> added the comment:

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.

----------
nosy: +BernardoSulzbach

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39648>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to