We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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?)
The text was updated successfully, but these errors were encountered:
7fc33a9
No branches or pull requests
Completion causes a crash sometimes when lines are grabbed from history instead of typed.
We seem to be thinking we have completion when we don't (not clearing it properly perhaps? or not checking it properly?)
The text was updated successfully, but these errors were encountered: