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 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 sympy-issues@googlegroups.com. To unsubscribe from this group, send email to sympy-issues+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.