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.15:24:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497194694.68.0.716479670632.issue22898@psf.upfronthosting.co.za>
In-reply-to
Content
The simplest solution -- make BaseException_set_tb(), BaseException_set_context() and BaseException_set_cause() no-ops for PyExc_RecursionErrorInst.
History
Date User Action Args
2017-06-11 15:24:54serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, pitrou, vstinner, xdegaye, emptysquare
2017-06-11 15:24:54serhiy.storchakasetmessageid: <1497194694.68.0.716479670632.issue22898@psf.upfronthosting.co.za>
2017-06-11 15:24:54serhiy.storchakalinkissue22898 messages
2017-06-11 15:24:54serhiy.storchakacreate