One question to PyPy developers: CPython 3.5 [1] introduced math.gcd which uses Lehmer's algorithm [2], are there any plans to include it in PyPy, too?
[1] https://bugs.python.org/issue22486 [2] https://en.wikipedia.org/wiki/Lehmer%27s_GCD_algorithm
Yes, absolutely. This is why it's marked as "beta", so not absolutely all the features are implemented.
Yes, absolutely. This is why it's marked as "beta", so not absolutely all the features are implemented.