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 georg.brandl
Recipients elazar, georg.brandl, pitrou
Date 2013-10-13.16:30:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381681834.8.0.762072624084.issue19235@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch, please review.  Introduces a RecursionError that subclasses RuntimeError for compatibility.

Note: I also tested this with RecursionError not subclassing RuntimeError, to make sure that except clauses in the test suite are sufficiently narrowed to RecursionError.
History
Date User Action Args
2013-10-13 16:30:36georg.brandlsetrecipients: + georg.brandl, pitrou, elazar
2013-10-13 16:30:34georg.brandlsetmessageid: <1381681834.8.0.762072624084.issue19235@psf.upfronthosting.co.za>
2013-10-13 16:30:34georg.brandllinkissue19235 messages
2013-10-13 16:30:34georg.brandlcreate