Pickle and relations

Issue #265 resolved
Pierce Andjelkovic created an issue

Do SA's relations confuse pickle, or am I doing something wrong in the attached test?

Traceback (most recent call last):
  File "pickle.py", line 37, in ?
    p=pickle.dumps(i)
  File "/usr/lib/python2.4/copy_reg.py", line 69, in _reduce_ex
    raise TypeError, "can't pickle %s objects" % base.__name__
TypeError: can't pickle function objects

Comments (1)

  1. Log in to comment