pyeuclid icon indicating copy to clipboard operation
pyeuclid copied to clipboard

unpickle fails, possibly due to metaclass or slots

Open bootchk opened this issue 11 years ago • 0 comments

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.

bootchk avatar Feb 27 '13 21:02 bootchk