Status: Accepted
Owner: ronan.l...@gmail.com
Labels: Type-Defect Priority-High Assumptions Milestone-Release0.7.0

New issue 2346 by ronan.l...@gmail.com: Symbols should only be equal if they have the same assumptions
http://code.google.com/p/sympy/issues/detail?id=2346

The problem is described in http://code.google.com/p/sympy/issues/detail?id=2343#c3

Basically, if x1 = Symbol('x') and x2 = Symbol('x', positive=True), x1 == x2 but hash(x1) != hash(x2), which causes all sorts of trouble.

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

Reply via email to