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 vlad2
Recipients iritkatriel, terry.reedy, vlad2
Date 2021-02-01.17:26:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CACBtUJ3jEGNZH3pgARM7_ObUjtSHMzzwgJzx_8qPsp-TDjVUVw@mail.gmail.com>
In-reply-to <1612029611.13.0.863706484332.issue43048@roundup.psfhosted.org>
Content
A simple catch may not work (the very first TracebackException is the one
that gets the RecursionError during initialization of its __context__), but
one thing I was thinking about was walking the __context__ pointers and
nulling out anything past the sys.getrecursionlimit() with a warning.

On Sat, Jan 30, 2021 at 10:00 AM Irit Katriel <report@bugs.python.org>
wrote:

>
> Change by Irit Katriel <iritkatriel@yahoo.com>:
>
>
> ----------
> keywords: +easy
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue43048>
> _______________________________________
>
History
Date User Action Args
2021-02-01 17:26:07vlad2setrecipients: + vlad2, terry.reedy, iritkatriel
2021-02-01 17:26:07vlad2linkissue43048 messages
2021-02-01 17:26:07vlad2create