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 amaury.forgeotdarc
Recipients alex, amaury.forgeotdarc, arigo, benjamin.peterson, ezio.melotti, python-dev, rhettinger, serhiy.storchaka
Date 2013-04-06.19:42:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365277367.76.0.0186557585596.issue14010@psf.upfronthosting.co.za>
In-reply-to
Content
> 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?
History
Date User Action Args
2013-04-06 19:42:47amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, arigo, rhettinger, benjamin.peterson, ezio.melotti, alex, python-dev, serhiy.storchaka
2013-04-06 19:42:47amaury.forgeotdarcsetmessageid: <1365277367.76.0.0186557585596.issue14010@psf.upfronthosting.co.za>
2013-04-06 19:42:47amaury.forgeotdarclinkissue14010 messages
2013-04-06 19:42:47amaury.forgeotdarccreate