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 pitrou
Recipients pb, pitrou
Date 2009-01-20.20:36:09
SpamBayes Score 1.6231797e-06
Marked as misclassified No
Message-id <1232483770.66.0.842416987191.issue5014@psf.upfronthosting.co.za>
In-reply-to
Content
I do not think it is invalid. The interpreter should have raised a
RuntimeError "recursion limit exceeded" rather than crashing.

Does the error still occur if you try to enlarge the stack limit using
thread.stack_size() ?
History
Date User Action Args
2009-01-20 20:36:10pitrousetrecipients: + pitrou, pb
2009-01-20 20:36:10pitrousetmessageid: <1232483770.66.0.842416987191.issue5014@psf.upfronthosting.co.za>
2009-01-20 20:36:10pitroulinkissue5014 messages
2009-01-20 20:36:09pitroucreate