Open GoogleCodeExporter opened 9 years ago
I solved this problem temporarily by changing "MPZ" to "long" in
mpmath/libmp/libmpf.py.
def from_pickable(x):
sign, man, exp, bc = x
return (sign, long(man, 16), exp, bc)
Original comment by gkeli...@gmail.com
on 12 Jun 2013 at 10:23
Original issue reported on code.google.com by
gkeli...@gmail.com
on 22 May 2013 at 9:01