[Python-Dev] Preventing recursion core dumps

Fredrik Lundh fredrik@pythonware.com
Fri, 11 Aug 2000 16:01:17 +0200


barry wrote:
> For embedding Python being able to control the recursion depth of the
intepreter
> is very useful. I would want to be able to set, from C, the max call depth
limit
> and the current call depth limit. I'd expect Python to set a min call
depth limit.

+1 (on concept, at least).

</F>