Message266366
> The loop seems to be in PyErr_SetObject in a loop that recursively go through PyException_GetContext.
We should also fix this function to avoid the infinite loop.
Maybe we should deny setting "exc.__context__=exc" (modify PyException_SetContext for that). Maybe raise a new RuntimeError in this case? |
|
| Date |
User |
Action |
Args |
| 2016-05-25 14:43:01 | vstinner | set | recipients:
+ vstinner, ncoghlan, gps, yselivanov, Valentin David |
| 2016-05-25 14:43:01 | vstinner | set | messageid: <[email protected]> |
| 2016-05-25 14:43:01 | vstinner | link | issue27122 messages |
| 2016-05-25 14:43:01 | vstinner | create | |
|