Vladimir Feinberg <v...@sisudata.com> added the comment:
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 <rep...@bugs.python.org> wrote: > > Change by Irit Katriel <iritkatr...@yahoo.com>: > > > ---------- > keywords: +easy > > _______________________________________ > Python tracker <rep...@bugs.python.org> > <https://bugs.python.org/issue43048> > _______________________________________ > ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43048> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com