[issue14010] deeply nested filter segfaults

Benjamin Peterson report at bugs.python.org
Sat Apr 6 21:43:38 CEST 2013


Benjamin Peterson added the comment:

It has no notion of how big the C stack is.

2013/4/6 Amaury Forgeot d'Arc <report at bugs.python.org>:
>
> Amaury Forgeot d'Arc added the comment:
>
>> Or you could try to create some general purpose stack overflow
>> protection that periodically makes sure there is enough stack remaining
>> for C Python to function correctly.
>
> Isn't it exactly what Py_EnterRecursiveCall does?
>
> ----------
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue14010>
> _______________________________________

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14010>
_______________________________________


More information about the Python-bugs-list mailing list