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 ivank
Recipients ezio.melotti, ivank
Date 2011-05-06.12:32:17
SpamBayes Score 0.012536574
Marked as misclassified No
Message-id <1304685139.03.0.567588229638.issue12017@psf.upfronthosting.co.za>
In-reply-to
Content
<ivan`> any opinions here on what the default max_depth should be? is there any safe number?
<ivan`> I'm curious as to how many C stack frames I can use after reaching the Python recursion limit
<ivan`> and what ulimit -s looks like on every platform
<Taggnostr> http://hg.python.org/cpython/file/tip/Lib/test/test_parser.py#l537
<Taggnostr> ivan`, maybe this is useful
History
Date User Action Args
2011-05-06 12:32:19ivanksetrecipients: + ivank, ezio.melotti
2011-05-06 12:32:19ivanksetmessageid: <1304685139.03.0.567588229638.issue12017@psf.upfronthosting.co.za>
2011-05-06 12:32:17ivanklinkissue12017 messages
2011-05-06 12:32:17ivankcreate