Author fijal
Recipients christian.heimes, facundobatista, fijal, georg.brandl, gvanrossum, schmir
Date 2008-01-22.08:43:41
SpamBayes Score 0.280402
Marked as misclassified No
Message-id <1200991423.88.0.0793636542752.issue1881@psf.upfronthosting.co.za>
In-reply-to
Content
Attached file that handles stack overflow slightly better (from pypy).
It really measures stack size, not some arbitrary limit of python calls.
Yes, this have slightly bigger overhead than just passing around number,
but as a side effect solves Lib/test/crashers/recursion_limit_too_high.py
History
Date User Action Args
2008-01-22 08:43:44fijalsetspambayes_score: 0.280402 -> 0.280402
recipients: + fijal, gvanrossum, georg.brandl, facundobatista, christian.heimes, schmir
2008-01-22 08:43:43fijalsetspambayes_score: 0.280402 -> 0.280402
messageid: <1200991423.88.0.0793636542752.issue1881@psf.upfronthosting.co.za>
2008-01-22 08:43:42fijallinkissue1881 messages
2008-01-22 08:43:41fijalcreate