Message386593
When using code.InteractiveConsole to implement a Python shell (like PyPy is doing), having a broken sys.excepthook set can crash the console (see attached terminal log). Instead, it should catch errors and report then ignore them (using sys.unraisablehook I would think, but right now it's not that simple to call unraisablehook from python code).
Related to https://bugs.python.org/issue43148 |
|
| Date |
User |
Action |
Args |
| 2021-02-07 16:26:30 | Carl.Friedrich.Bolz | set | recipients:
+ Carl.Friedrich.Bolz |
| 2021-02-07 16:26:30 | Carl.Friedrich.Bolz | set | messageid: <1612715190.56.0.748623074825.issue43154@roundup.psfhosted.org> |
| 2021-02-07 16:26:30 | Carl.Friedrich.Bolz | link | issue43154 messages |
| 2021-02-07 16:26:30 | Carl.Friedrich.Bolz | create | |
|