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 jackjansen
Recipients
Date 2003-06-22.21:59:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=45365

A runtime mechanism is already available (PyOS_CheckStack), 
but it is only used on platforms where a stack overrun would be 
disastrous (i.e. run into your heap in stead of giving a SEGV), 
because it is pretty expensive. If there is a common way to do 
this easier (i.e. set a red zone pointer and do one pointer 
compare in a stack test macro) I would be all for it, bt I don't 
know how to do this.
History
Date User Action Args
2007-08-23 14:14:03adminlinkissue756576 messages
2007-08-23 14:14:03admincreate