Comment #17 on issue 1026 by asmeurer: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026
That's interesting that PyPy doesn't enforce that, because we'd like to create an In object that lets you do In(x, Y) == x in Y (Y would be some Set object), but we can't in CPython due to the boolean return value limitation (which exists for no reason, btw).
-- 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.
