Message385260
Try setting the recursion limit to 10 or so and it should terminate.
The reason ctrl-C doesn't work is that you are catching the KeyboardInterrupt. Never use a plain `except:`, use `except Exception:` |
|
Date |
User |
Action |
Args |
2021-01-19 13:43:14 | Mark.Shannon | set | recipients:
+ Mark.Shannon, serhiy.storchaka, xxm |
2021-01-19 13:43:14 | Mark.Shannon | set | messageid: <1611063794.37.0.227781377198.issue42951@roundup.psfhosted.org> |
2021-01-19 13:43:14 | Mark.Shannon | link | issue42951 messages |
2021-01-19 13:43:14 | Mark.Shannon | create | |
|