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 pitrou, yury
Date 2009-05-15.11:22:16
SpamBayes Score 0.0010480057
Marked as misclassified No
Message-id <1242386538.27.0.901829753287.issue6028@psf.upfronthosting.co.za>
In-reply-to
Content
This is normal behaviour, actually. The RuntimeError *is* raised, but
you catch it in the except clause and then recurse again ad infinitum.
The interpreter realizes that it "cannot recover from stack overflow",
as the message says, and then bails out.
History
Date User Action Args
2009-05-15 11:22:18pitrousetrecipients: + pitrou, yury
2009-05-15 11:22:18pitrousetmessageid: <1242386538.27.0.901829753287.issue6028@psf.upfronthosting.co.za>
2009-05-15 11:22:17pitroulinkissue6028 messages
2009-05-15 11:22:16pitroucreate