Closed kpdyer closed 10 years ago
There's no way to use the gmpy.mpz interface properly from Python without some serious work.
We should get rid of gmpy, use standard python ints, then convert our PyLong objects to mpz_classes under the hood.
There's no way to use the gmpy.mpz interface properly from Python without some serious work.
We should get rid of gmpy, use standard python ints, then convert our PyLong objects to mpz_classes under the hood.