kpdyer / fteproxy

programmable proxy for censorship circumvention
https://fteproxy.org/
Apache License 2.0
149 stars 21 forks source link

Remove gmpy as depdency #97

Closed kpdyer closed 10 years ago

kpdyer commented 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.