JuliaPy / JuliaPy/PythonCall.jl
Import Python submodules crashes Julia
未关闭
- 主要语言
- Julia
- 星标
- 1.1k
- 派生
- 86
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 3
描述
I have found this issue when importing python submodules with `algotom`
The following results in segmentation fault:
```julia
pyimport("algotom.prep.removal")
```
On the contrary, importing only, say, `pyimport("algotom.prep")` works fine.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by reproducing the Julia snippet with pyimport("algotom.prep.removal"), then compare it with the working pyimport("algotom.prep") case. Investigate the Python submodule import boundary in PythonCall.jl; done means the submodule import no longer segfaults while the parent-module import continues to work.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia, python
- 领域
- backend
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100