Re: Issue 834 in sympy: hasattr(Triangle(*p), "bisectors") hangs

2011-03-28 Thread sympy
Comment #6 on issue 834 by mcdonald...@gmail.com: hasattr(Triangle(*p), "bisectors") hangs http://code.google.com/p/sympy/issues/detail?id=834 Would simply removing the @property tag fix this issue? As I see it, because of the @property tag a Python bug causes a call to getattr after hasa

Re: Issue 834 in sympy: hasattr(Triangle(*p), "bisectors") hangs

2011-03-29 Thread sympy
Comment #7 on issue 834 by Vinzent.Steinberg: hasattr(Triangle(*p), "bisectors") hangs http://code.google.com/p/sympy/issues/detail?id=834 Yeah, basically this is about removing "@property". It is slow to compute, so it should be a method. Making it faster would be great, but this is prob

Re: Issue 834 in sympy: hasattr(Triangle(*p), "bisectors") hangs

2011-04-10 Thread sympy
Comment #8 on issue 834 by fedot...@gmail.com: hasattr(Triangle(*p), "bisectors") hangs http://code.google.com/p/sympy/issues/detail?id=834 I think removing "@property" for most attributes in Triangle, Polygon and other classes of polygon.py is a good idea. The basic reason is properties di

Re: Issue 834 in sympy: hasattr(Triangle(*p), "bisectors") hangs

2011-04-10 Thread sympy
Comment #9 on issue 834 by mcdonald...@gmail.com: hasattr(Triangle(*p), "bisectors") hangs http://code.google.com/p/sympy/issues/detail?id=834 Properties are not really needed at all but a rule that would make sense is properties for all trivial calculation and the rest methods. Is there so

Re: Issue 834 in sympy: hasattr(Triangle(*p), "bisectors") hangs

2011-06-11 Thread sympy
Comment #10 on issue 834 by smi...@gmail.com: hasattr(Triangle(*p), "bisectors") hangs http://code.google.com/p/sympy/issues/detail?id=834 This runs quickly (less than a second) for me. Perhaps this issue has been resolved. -- You received this message because you are subscribed to the Go

Re: Issue 834 in sympy: hasattr(Triangle(*p), "bisectors") hangs

2011-09-28 Thread sympy
Comment #11 on issue 834 by smi...@gmail.com: hasattr(Triangle(*p), "bisectors") hangs http://code.google.com/p/sympy/issues/detail?id=834 I see...I just made a similar comment regarding Permutation "properties" which are really fairly complicated methods. I agree that something that is n

Re: Issue 834 in sympy: hasattr(Triangle(*p), "bisectors") hangs

2011-09-28 Thread sympy
Updates: Status: Duplicate Mergedinto: 1597 Comment #12 on issue 834 by smi...@gmail.com: hasattr(Triangle(*p), "bisectors") hangs http://code.google.com/p/sympy/issues/detail?id=834 This should be merged with issue 1597 -- You received this message because you are subscribed