Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab Completion Freezing for Python Function Arguments #1085

Open
axsk opened this issue Sep 9, 2024 · 1 comment
Open

Tab Completion Freezing for Python Function Arguments #1085

axsk opened this issue Sep 9, 2024 · 1 comment
Labels

Comments

@axsk
Copy link

axsk commented Sep 9, 2024

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 stevengj added the bug label Sep 10, 2024
@stevengj
Copy link
Member

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

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

hangs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants