diff --git a/julia/core.py b/julia/core.py index 66e18d37..325e6e4e 100644 --- a/julia/core.py +++ b/julia/core.py @@ -635,6 +635,8 @@ def __init__(self, init_julia=True, jl_init_path=None, runtime=None, end """) + self.api.jl_sigatomic_begin() + # Whether we initialized Julia or not, we MUST create at least one # instance of PyObject and the convert function. Since these will be # needed on every call, we hold them in the Julia object itself so