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 BreamoreBoy, alexandre.vassalotti, amaury.forgeotdarc, pitrou
Date 2010-10-28.22:41:15
SpamBayes Score 0.0022945297
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I can't manage to reproduce the issue with PyExc_RecursionErrorInst. It seems this instance is only used in a very select condition, that is, when the recursion limit is hit when trying to "normalize" an exception. Therefore, I will add a test without "fixing" anything.
History
Date User Action Args
2010-10-28 22:41:17pitrousetrecipients: + pitrou, amaury.forgeotdarc, alexandre.vassalotti, BreamoreBoy
2010-10-28 22:41:17pitrousetmessageid: <[email protected]>
2010-10-28 22:41:15pitroulinkissue5437 messages
2010-10-28 22:41:15pitroucreate