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 skrah
Recipients ajaksu2, fabinator, loewis, skrah
Date 2010-02-16.12:22:32
SpamBayes Score 1.5780635e-06
Marked as misclassified No
Message-id <1266322953.47.0.412471793503.issue1212900@psf.upfronthosting.co.za>
In-reply-to
Content
It is a stack overflow, which can be prevented by setting

#define Py_DEFAULT_RECURSION_LIMIT 150

in Python/ceval.c.

Then the program behaves in the same way as on Linux (i.e. it swallows
the RuntimeError somewhere). Recommend closing.
History
Date User Action Args
2010-02-16 12:22:33skrahsetrecipients: + skrah, loewis, fabinator, ajaksu2
2010-02-16 12:22:33skrahsetmessageid: <1266322953.47.0.412471793503.issue1212900@psf.upfronthosting.co.za>
2010-02-16 12:22:32skrahlinkissue1212900 messages
2010-02-16 12:22:32skrahcreate