Updates:
        Status: Accepted
        Labels: -Priority-Medium Priority-Low

Comment #2 on issue 551 by jprantan: Recursive user keywords can break the whole test execution
http://code.google.com/p/robotframework/issues/detail?id=551

One option to solve this problem is to check whether interpreter is going to raise maximum recursion depth exception and act before that is raised. This could be checked with inspect.stack() and sys.getrecursionlimit(). However, inspect stack
seems to be quite slow in this case.

Reply via email to