Re: Issue 2682 in sympy: Python 3: Infite recursion with Dict

2011-09-27 Thread sympy
Updates: Status: Fixed Comment #7 on issue 2682 by vlada.pe...@gmail.com: Python 3: Infite recursion with Dict http://code.google.com/p/sympy/issues/detail?id=2682 Well, this got in and the original issue is fixed. I'm closing this; if you want a different implementation on Dicts I

Re: Issue 2682 in sympy: Python 3: Infite recursion with Dict

2011-09-11 Thread sympy
Comment #6 on issue 2682 by ronan.l...@gmail.com: Python 3: Infite recursion with Dict http://code.google.com/p/sympy/issues/detail?id=2682 I guess the implementation needs to be rather different. The one thing that shouldn't change is the fact that the actual contents are stored in a dic

Re: Issue 2682 in sympy: Python 3: Infite recursion with Dict

2011-09-11 Thread sympy
Comment #5 on issue 2682 by mrock...@gmail.com: Python 3: Infite recursion with Dict http://code.google.com/p/sympy/issues/detail?id=2682 https://github.com/sympy/sympy/pull/593 -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to thi

Re: Issue 2682 in sympy: Python 3: Infite recursion with Dict

2011-09-11 Thread sympy
Comment #4 on issue 2682 by mrock...@gmail.com: Python 3: Infite recursion with Dict http://code.google.com/p/sympy/issues/detail?id=2682 I agree. What are you proposing? A name change or a different implementation altogether? The argument for keeping the similar syntax is that it's famil

Re: Issue 2682 in sympy: Python 3: Infite recursion with Dict

2011-09-11 Thread sympy
Comment #3 on issue 2682 by ronan.l...@gmail.com: Python 3: Infite recursion with Dict http://code.google.com/p/sympy/issues/detail?id=2682 I already felt it was a bad idea to have a "Dict" class, this reinforces my opinion. Sympy objects represent mathematical concepts but a Python dict is

Re: Issue 2682 in sympy: Python 3: Infite recursion with Dict

2011-09-11 Thread sympy
Comment #2 on issue 2682 by mrock...@gmail.com: Python 3: Infite recursion with Dict http://code.google.com/p/sympy/issues/detail?id=2682 shichr's fix is to just remove the offending methods. I think this is appropriate as they are rarely used and easily created on the fly if necessary.

Re: Issue 2682 in sympy: Python 3: Infite recursion with Dict

2011-09-11 Thread sympy
Comment #1 on issue 2682 by smi...@gmail.com: Python 3: Infite recursion with Dict http://code.google.com/p/sympy/issues/detail?id=2682 https://github.com/sympy/sympy/pull/592 -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this

Issue 2682 in sympy: Python 3: Infite recursion with Dict

2011-09-11 Thread sympy
Status: NeedsDecision Owner: CC: asmeurer, smi...@gmail.com, mrock...@gmail.com Labels: Type-Defect Priority-High Python3 New issue 2682 by vlada.pe...@gmail.com: Python 3: Infite recursion with Dict http://code.google.com/p/sympy/issues/detail?id=2682 File "/home/vperic/devel/sympy/sy