Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium

New issue 2508 by [email protected]: sympify() fails with unicode
http://code.google.com/p/sympy/issues/detail?id=2508

sympify(u'45')

Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "sympy/core/sympify.py", line 111, in sympify
return type(a)([sympify(x, locals=locals, convert_xor=convert_xor, rational=rational) for x in a])
  ...
  File "sympy/core/sympify.py", line 111, in sympify
return type(a)([sympify(x, locals=locals, convert_xor=convert_xor, rational=rational) for x in a])
  File "sympy/core/sympify.py", line 110, in sympify
    if iterable(a):
  File "sympy/core/compatibility.py", line 162, in iterable
    return not isinstance(i, exclude)
RuntimeError: maximum recursion depth exceeded while calling a Python object


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