Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcurtsies frontend import completion bug #263
Closed
Labels
Comments
|
I'm not sure if anything's changed, but I can't reproduce this now. The fix would preventing
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the following code is typed very quickly after bpython-curtsies invocation, import completion has not yet finished, and bpython crashes:
$ bpython-curtsies>>> import osImport completion should happen in a coroutine instead of a thread, or there should be a lock around the import completion modules list that the import completion code gives up to allow keys to be pressed, or something.