ipython / ipython/ipykernel

ipykernel restarts with "Restarting kernel..." message

未关闭
#776 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
734
派生
412
平均合并
1 天 5 小时
30 天内合并 PR
8

描述

The following minimal example results in the `qtconsole` restarting
```
import numpy as np
remaining_parameters=[]

cost_function_first = lambda x: cost_function_first(np.append(x, remaining_parameters))

cost_function_first([0.])
```
with error message
```
Kernel died, restarting
````
The same happens within a Spyder console

The minimal example has a clear problem: an infinite recursion. But in a normal python session this results in a normal exception with clear error message, e.g.
```
...
File "C:\develop\env-py39\lib\site-packages\numpy\core\fromnumeric.py", line 1819, in ravel
if isinstance(a, np.matrix):
RecursionError: maximum recursion depth exceeded while calling a Python object
```

Within `qtconsole` at least a clear error message should be generated. And preferably the console not restarted.
Within `jupyter notebook` executing the minimal example also results in a crash without proper error messages.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。