消息 [295707]
The fact that the traceback of PyExc_RecursionErrorInst causes an issue means that PyExc_RecursionErrorInst is used. We can't just remove PyExc_RecursionErrorInst since this can cause a stack overflow or, with merged PR 2035, an infinite loop.
Perhaps the solution of this issue is clearing __traceback__, __cause__ and __context__ attributes of PyExc_RecursionErrorInst as early as possible. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2017-06-11 12:46:44 | serhiy.storchaka | 修改 | recipients:
+ serhiy.storchaka, brett.cannon, pitrou, vstinner, xdegaye, emptysquare |
| 2017-06-11 12:46:44 | serhiy.storchaka | 修改 | messageid: <1497185204.3.0.865538798701.issue22898@psf.upfronthosting.co.za> |
| 2017-06-11 12:46:44 | serhiy.storchaka | 链接 | issue22898 messages |
| 2017-06-11 12:46:44 | serhiy.storchaka | 创建 | |
|