Skip to content

Completion crash #332

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

Closed
thomasballinger opened this issue Aug 10, 2014 · 0 comments
Closed

Completion crash #332

thomasballinger opened this issue Aug 10, 2014 · 0 comments
Labels

Comments

@thomasballinger
Copy link
Member

Completion causes a crash sometimes when lines are grabbed from history instead of typed.

$ bpython-curtsies
>>> import subprocess
>>> subprocess.call(['ls *'])
<expected error happens>
<close bpython with ctrl-d>
$ bpython-curtsies
<up> <up> <enter>
<up> <up> <left> <left> <delete>
<unexpected crash>

We seem to be thinking we have completion when we don't (not clearing it properly perhaps? or not checking it properly?)

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

1 participant