Comment #4 on issue 2684 by [email protected]: Deepcopy does not work on evaluate False
http://code.google.com/p/sympy/issues/detail?id=2684

Actually, there's a simple workaround for your use case: make deepcopy() return the object itself (by setting Basic.__deepcopy__ = lambda self, memo: self). Cf. https://github.com/rlamy/sympy/tree/2684_hack

Note that it's not a complete solution as it doesn't do anything about pickling.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to