JuliaPy / JuliaPy/PythonCall.jl
Import Python submodules crashes Julia
- Lenguaje dominante
- Julia
- Estrellas
- 1.1k
- Forks
- 86
- Merge medio
- 1 d 22 h
- PR fusionados (30 d)
- 3
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- julia, python
- Área
- backend
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100