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

"exit" hangs on terminal version of IPython #241

Closed
takluyver opened this issue Jan 9, 2011 · 4 comments
Closed

"exit" hangs on terminal version of IPython #241

takluyver opened this issue Jan 9, 2011 · 4 comments
Milestone

Comments

@takluyver
Copy link
Member

The current HEAD version of the terminal interpreter hangs when the "exit" command is used, rather than exiting.

@takluyver
Copy link
Member Author

(I'd forgotten that pull requests create a new issue automatically. See bug 242)

@ellisonbg
Copy link
Member

I just tried to run the test suite on HEAD and it freezes entirely. I have a sneaky feeling that this is related to the issue here. I think we may need to reconsider the usage of threads for the autosave capability. But for now, let's get the test suite working again.

@takluyver
Copy link
Member Author

The tests don't hang after this patch (you're right, it's the same issue preventing shutdown after each test suite). But they do, on inspection, leave some messy thread shutdown errors. I'll see if there's a better way to do it.

@takluyver
Copy link
Member Author

I've updated the pull request, the test suite is running properly again, at least on my computer.

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

No branches or pull requests

2 participants