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 jon.buller, loewis, pitrou, rpointel, skrah, vstinner, xuhdev
Date 2011-08-03.16:04:11
SpamBayes Score 0.011386883
Marked as misclassified No
Message-id <1312387452.48.0.749876812529.issue7424@psf.upfronthosting.co.za>
In-reply-to
Content
Just a guess: it might be a stack overflow. Could you try to reduce
Py_DEFAULT_RECURSION_LIMIT in Python/ceval.c and see if you get
a RuntimeError instead?

See also: issue #1212900
History
Date User Action Args
2011-08-03 16:04:12skrahsetrecipients: + skrah, loewis, pitrou, vstinner, jon.buller, xuhdev, rpointel
2011-08-03 16:04:12skrahsetmessageid: <1312387452.48.0.749876812529.issue7424@psf.upfronthosting.co.za>
2011-08-03 16:04:11skrahlinkissue7424 messages
2011-08-03 16:04:11skrahcreate