20 Jul
2000
20 Jul
'00
10:10 p.m.
Shane Hathaway wrote:
I have a strong suspicion that nearly all bugs like this are the result of a stack overflow. It may be worth the effort to either:
(1) Create a modified Python that would catch stack overflows before they happen
Couldn't the code that catches infinite recursion be bent to do something similar?
(2) Get Zope running on microthreads/stackless Python (has anyone tried?) and gain a little more control over the stacks.
Way over my head ;-) cheers, Chris