JuliaPy / PyCall.jl

Package to call Python functions from the Julia language
MIT License
1.47k stars 190 forks source link

Tab Completion Freezing for Python Function Arguments #1085

Open axsk opened 2 months ago

axsk commented 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 :(

stevengj commented 1 month ago

I can reproduce. In a fresh session, tab-completing:

using PyCall
PyCall.inspect.isfunction(x<tab>

hangs.