Jeff Epler cc16bd3d53
do not chain exceptions to themselves
cpython actually makes sure the newly chained exception doesn't create
a cycle (even indirectly); see _PyErr_SetObject use of "Floyd's cycle
detection algo". We'll go for the simpler solution of just checking
one level deep until it's clear we need to do more.

Closes: #7414
2023-01-04 08:40:20 -06:00
..
2021-11-30 15:26:32 -06:00
2021-11-30 15:26:32 -06:00
2021-08-16 21:37:32 +05:30
2022-02-19 09:32:51 -06:00
2022-02-19 09:32:51 -06:00
2022-12-28 12:38:07 -06:00
2021-03-15 19:27:36 +05:30
2021-03-15 19:27:36 +05:30
2021-11-12 17:31:14 -06:00
2021-11-12 17:31:14 -06:00
2022-02-21 10:24:13 -06:00