Message7123

Author fwierzbicki
Recipients darjus, fwierzbicki, hnaderi
Date 2012-05-21.18:23:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337624598.26.0.0440537552565.issue1883@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Darjus, I'm responding here to your question for IRC:

sys.setrecursionlimit does not seem to have effect because what it seems is happening is that we get Java's StackOverflow (the code to test that is def recurse(): recurse() )
Should we be checking the recursion limit with systemstate.getrecursionlimit() somewhere and we don't? Or that's expected?

You are right that we don't want to see Java's stack overflow when we are dealing in pure Python code and so you are probably right that we need to better check our recursion limit.
History
Date User Action Args
2012-05-21 18:23:18fwierzbickisetmessageid: <1337624598.26.0.0440537552565.issue1883@psf.upfronthosting.co.za>
2012-05-21 18:23:18fwierzbickisetrecipients: + fwierzbicki, darjus, hnaderi
2012-05-21 18:23:18fwierzbickilinkissue1883 messages
2012-05-21 18:23:18fwierzbickicreate