It seems we may need to use disable_sigint to support the JuliaInterpreter.jl out-of-the-box https://discourse.julialang.org/t/debugger-fails-on-pycall/23560/3
At the moment, users have to do push!(JuliaInterpreter.compiled_modules, PyCall): https://discourse.julialang.org/t/debugger-fails-on-pycall/23560/6
@stevengj You didn't want to put disable_sigint for all ccall #574 (comment) but maybe replacing only the sigatomic_begin-sigatomic_end pairs is OK?
It seems we may need to use
disable_sigintto support the JuliaInterpreter.jl out-of-the-box https://discourse.julialang.org/t/debugger-fails-on-pycall/23560/3At the moment, users have to do
push!(JuliaInterpreter.compiled_modules, PyCall): https://discourse.julialang.org/t/debugger-fails-on-pycall/23560/6@stevengj You didn't want to put
disable_sigintfor allccall#574 (comment) but maybe replacing only thesigatomic_begin-sigatomic_endpairs is OK?