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 xdegaye
Recipients brett.cannon, emptysquare, pitrou, serhiy.storchaka, vstinner, xdegaye
Date 2017-06-13.17:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497373785.8.0.13545609493.issue22898@psf.upfronthosting.co.za>
In-reply-to
Content
> We can't just remove PyExc_RecursionErrorInst since this can cause a stack overflow

Please give an example where a stack overflow occurs when PyExc_RecursionErrorInst has been removed.
History
Date User Action Args
2017-06-13 17:09:45xdegayesetrecipients: + xdegaye, brett.cannon, pitrou, vstinner, serhiy.storchaka, emptysquare
2017-06-13 17:09:45xdegayesetmessageid: <1497373785.8.0.13545609493.issue22898@psf.upfronthosting.co.za>
2017-06-13 17:09:45xdegayelinkissue22898 messages
2017-06-13 17:09:45xdegayecreate