Message386082
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>
> _______________________________________
> |
|
Date |
User |
Action |
Args |
2021-02-01 17:26:07 | vlad2 | set | recipients:
+ vlad2, terry.reedy, iritkatriel |
2021-02-01 17:26:07 | vlad2 | link | issue43048 messages |
2021-02-01 17:26:07 | vlad2 | create | |
|