Am 07.04.2012 06:33, schrieb Aaron Meurer:
Well, it is infinite recursion (though this is not a surprize, as the
error is a stack overflow). [...]
The Python stack is never supposed to overflow, though. It should
raise a RecursionError.
This could be a bug in Python's stack overflow detection.
That wouldn't be a surprise, detecting stack overflows is a trade-off
between being accurate and being fast, and bugs are hard to trigger
reliably so it's not easy to test all potential cases. Such a
constellation can start producing bugs at the drop of a hat.
--
You received this message because you are subscribed to the Google Groups
"sympy" 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?hl=en.