This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients alex, amaury.forgeotdarc, arigo, benjamin.peterson, ezio.melotti, python-dev, rhettinger, serhiy.storchaka
Date 2013-04-06.19:43:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAPZV6o-YkVZNVtTmNZp6Hdn8XPYn2VKPSY4Kqfa-4TK-7ZiFFw@mail.gmail.com>
In-reply-to <1365277367.76.0.0186557585596.issue14010@psf.upfronthosting.co.za>
Content
It has no notion of how big the C stack is.

2013/4/6 Amaury Forgeot d'Arc <report@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@bugs.python.org>
> <http://bugs.python.org/issue14010>
> _______________________________________
History
Date User Action Args
2013-04-06 19:43:38benjamin.petersonsetrecipients: + benjamin.peterson, arigo, rhettinger, amaury.forgeotdarc, ezio.melotti, alex, python-dev, serhiy.storchaka
2013-04-06 19:43:38benjamin.petersonlinkissue14010 messages
2013-04-06 19:43:38benjamin.petersoncreate