Skip to content

Completion crash #332

Closed
Closed
@thomasballinger

Description

@thomasballinger

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?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions