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

Qt frontend: Handle 'aborted' prompt replies. #4800

Merged
merged 1 commit into from
Jan 15, 2014

Commits on Jan 14, 2014

  1. Qt frontend: Handle 'aborted' prompt replies.

    On some rare occasions, the execution request for prompt
    is aborted by the kernel (due to an error in another execution
    request), which is not handled gracefully by the ipython frontend
    raising `KeyError: 'execution_count'`
    This commit simply handles 'aborted' prompt requests by retrying it.
    pankajp committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    114578e View commit details
    Browse the repository at this point in the history