Does anyone get this too when running bin/test on current master?

[...]
  File "/home/one/src/sympy/sympy/core/mul.py", line 936, in
_eval_subs
    Mul(*comms_final)._eval_subs(old,new))#*[c._eval_subs(old,new) for
c in comms_final])
  File "/home/one/src/sympy/sympy/core/cache.py", line 85, in wrapper
    func_cache_it_cache[k] = r = func(*args, **kw_args)
  File "/home/one/src/sympy/sympy/core/operations.py", line 38, in
__new__
    c_part, nc_part, order_symbols = cls.flatten(map(_sympify, args))
  File "/home/one/src/sympy/sympy/core/mul.py", line 232, in flatten
    c_part.append(Pow(b, e))
  File "/home/one/src/sympy/sympy/core/cache.py", line 82, in wrapper
    return func_cache_it_cache[k]
  File "/home/one/src/sympy/sympy/core/numbers.py", line 1011, in
__hash__
    return super(Integer, self).__hash__()
  File "/home/one/src/sympy/sympy/core/numbers.py", line 785, in
__hash__
    return super(Rational, self).__hash__()
  File "/home/one/src/sympy/sympy/core/numbers.py", line 221, in
__hash__
    return super(Number, self).__hash__()
RuntimeError: maximum recursion depth exceeded while calling a Python
object

 tests finished: 2195 passed, 8 skipped, 56 expected to fail,
1 expected to fail but passed, 1 exceptions, in 216.83 seconds
DO *NOT* COMMIT!


Vinzent

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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?hl=en.

Reply via email to