Open axsk opened 2 months ago
My REPL frequently freezes to the point where I have to kill it after pressing inside a python functions argument.
For example, here pyobj is a Python object. pyobj.fun(parame<tab> freezes for ever :(
pyobj
pyobj.fun(parame<tab>
I can reproduce. In a fresh session, tab-completing:
using PyCall PyCall.inspect.isfunction(x<tab>
hangs.
My REPL frequently freezes to the point where I have to kill it after pressing inside a python functions argument.
For example, here
pyobj
is a Python object.pyobj.fun(parame<tab>
freezes for ever :(