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 serhiy.storchaka
Recipients brett.cannon, emptysquare, pitrou, serhiy.storchaka, vstinner, xdegaye
Date 2017-06-11.12:46:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497185204.3.0.865538798701.issue22898@psf.upfronthosting.co.za>
In-reply-to
Content
The fact that the traceback of PyExc_RecursionErrorInst causes an issue means that PyExc_RecursionErrorInst is used. We can't just remove PyExc_RecursionErrorInst since this can cause a stack overflow or, with merged PR 2035, an infinite loop.

Perhaps the solution of this issue is clearing __traceback__, __cause__ and __context__ attributes of PyExc_RecursionErrorInst as early as possible.
History
Date User Action Args
2017-06-11 12:46:44serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, pitrou, vstinner, xdegaye, emptysquare
2017-06-11 12:46:44serhiy.storchakasetmessageid: <1497185204.3.0.865538798701.issue22898@psf.upfronthosting.co.za>
2017-06-11 12:46:44serhiy.storchakalinkissue22898 messages
2017-06-11 12:46:44serhiy.storchakacreate