We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af2b30 commit a3b9095Copy full SHA for a3b9095
src/cpython/jlwrap.jl
@@ -209,8 +209,7 @@ function _pyjl_serialize(self::PyPtr, ::PyPtr)
209
# wrap sprint in another try-catch block to prevent this function from throwing
210
try
211
@debug "Caught exception $(sprint(showerror, e, catch_backtrace()))"
212
- catch e2
213
- @debug "Error printing exception: $e2"
+ catch
214
end
215
return PyNULL
216
@@ -230,8 +229,7 @@ function _pyjl_deserialize(t::PyPtr, v::PyPtr)
230
229
231
232
233
234
235
236
237
0 commit comments