Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3337 by [email protected]: AssocOp uses _sympify, LatticeOp sympify; sympify booleans
http://code.google.com/p/sympy/issues/detail?id=3337

LatticeOp sympifies arguments. Is there a particular performance reason why AssocOp is using _sympify instead of sympify?

This is an issue as _sympify runs in strict mode and will throw an error whenever you're trying to sympify a boolean value - which is quite useful in the logic module (Xor is an associative operation).

--
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