Comment #4 on issue 3616 by [email protected]: Rational failure with gmpy
http://code.google.com/p/sympy/issues/detail?id=3616

I fixed this in my local copy. IIRC, those are caused by the isinstance(n, (int, long, Rational)) checks. If gmpy is enabled, then the mpz and mpq types need to be included as appropriate. My fix assumed gmpy would be used consistently between mpmath and the rest of sympy. I'm now working on a patch that allows either mpmath and/or sympy to choose whether or not gmpy is used.

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


Reply via email to