Vladimir Feinberg <[email protected]> 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 <[email protected]> wrote: > > Change by Irit Katriel <[email protected]>: > > > ---------- > keywords: +easy > > _______________________________________ > Python tracker <[email protected]> > <https://bugs.python.org/issue43048> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43048> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
