[sympy] unhashable in py3.2

2012-02-10 Thread smichr
Does anyone know how to fix this problem in Py3.2: ... return func_cache_it_cache[k] TypeError: unhashable type: 'RegularPolygon' What makes something hashable or unhashable? Everything passes in 2.7. /c -- You received this message because you are subscribed to the Google Groups "sympy"

Re: [sympy] unhashable in py3.2

2012-02-10 Thread Ronan Lamy
Le vendredi 10 février 2012 à 06:23 -0800, smichr a écrit : > Does anyone know how to fix this problem in Py3.2: > > ... > return func_cache_it_cache[k] > TypeError: unhashable type: 'RegularPolygon' > > What makes something hashable or unhashable? Everything passes in 2.7. The most probable

Re: [sympy] unhashable in py3.2

2012-02-10 Thread Chris Smith
Thanks, Ronan. That was the ticket. The tests now pass in 3.2. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.co