ezag / pyeuclid

2D and 3D maths module for Python
97 stars 41 forks source link

unpickle fails, possibly due to metaclass or slots #4

Open bootchk opened 11 years ago

bootchk commented 11 years ago

I pickled using highest protocol, which supposedly supports slots. But unpickling failed with infinite recursion. Then I commented out the metaclass and slots stuff in pyeuclid. Then it seemed to work.

Please note: lightly tested, I could be wrong. Possibly in my other hacking at PyEuclid I broke something.