Re: Issue 2899 in sympy: infinite recursion in coth's complex expand with reals

2012-06-02 Thread sympy
Updates: Status: Fixed Comment #5 on issue 2899 by asmeu...@gmail.com: infinite recursion in coth's complex expand with reals http://code.google.com/p/sympy/issues/detail?id=2899 This was fixed in https://github.com/sympy/sympy/pull/1304. -- You received this message because you are

Re: Issue 2899 in sympy: infinite recursion in coth's complex expand with reals

2012-04-09 Thread sympy
Updates: Labels: -Priority-Medium Priority-Critical Comment #4 on issue 2899 by asmeu...@gmail.com: infinite recursion in coth's complex expand with reals http://code.google.com/p/sympy/issues/detail?id=2899 This is the source of the stack overflow problem in Python 3 (see

Re: Issue 2899 in sympy: infinite recursion in coth's complex expand with reals

2011-12-17 Thread sympy
Updates: Status: Accepted Comment #1 on issue 2899 by asmeu...@gmail.com: infinite recursion in coth's complex expand with reals http://code.google.com/p/sympy/issues/detail?id=2899 (No comment was entered for this change.) -- You received this message because you are subscribed to

Issue 2899 in sympy: infinite recursion in coth's complex expand with reals

2011-12-05 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2899 by goff...@gmail.com: infinite recursion in coth's complex expand with reals http://code.google.com/p/sympy/issues/detail?id=2899 a = Symbol('a', real=True) coth(a).expand(complex=True) _eval_expand_complex calls