We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a45fc commit 452a982Copy full SHA for 452a982
1 file changed
src/quicktions.pyx
@@ -414,6 +414,7 @@ def use_gcd_impl(name):
414
415
global _c_gcd, GCD_IMPL
416
417
+ name = str(name)
418
if name == 'euclid':
419
_c_gcd = _c_gcd_euclid
420
elif name == 'binary':
0 commit comments