Comment #6 on issue 834 by [email protected]: 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 hasattr. The method is computationally intensive so we get a long wait for a hasattr reply. If there was not a @property tag there would be no call to getattr.

Is there also an issue with incenter and other properties then in the 'Triangle' class?

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