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 gvanrossum
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, esrever_otua, gvanrossum, pitrou, trent
Date 2008-08-21.16:10:20
SpamBayes Score 0.00027058978
Marked as misclassified No
Message-id <1219335022.31.0.0257251000744.issue3373@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's fine as it is. Incrementing the stack level more frequently
is a good thing since there used to be paths that didn't increment it at
all and hence could cause segfaults.  The default is conservative since
increasing it could cause segfaults, and on some systems threads don't
get a very large stack.
History
Date User Action Args
2008-08-21 16:10:22gvanrossumsetrecipients: + gvanrossum, brett.cannon, esrever_otua, amaury.forgeotdarc, pitrou, benjamin.peterson, trent
2008-08-21 16:10:22gvanrossumsetmessageid: <1219335022.31.0.0257251000744.issue3373@psf.upfronthosting.co.za>
2008-08-21 16:10:21gvanrossumlinkissue3373 messages
2008-08-21 16:10:20gvanrossumcreate