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

don't use lazily-evaluated rc.ids in wait_for_idle #4568

Merged
merged 1 commit into from Nov 22, 2013

Conversation

minrk
Copy link
Member

@minrk minrk commented Nov 20, 2013

iterate through the keys directly, which should avoid possible KeyError when engine state changes.

should fix occasionally failing tests on Shining Panda

iterate through the keys directly,
which should avoid possible KeyError when engine state changes.

should fix occasionally failing tests on Shining Panda
@damianavila
Copy link
Member

+1

@minrk
Copy link
Member Author

minrk commented Nov 22, 2013

Merging, since we can't tell if it fixes the problem until it's merged.

minrk added a commit that referenced this pull request Nov 22, 2013
don't use lazily-evaluated rc.ids in wait_for_idle
@minrk minrk merged commit b6dce27 into ipython:master Nov 22, 2013
@minrk minrk deleted the wait-fix-again-keyerror branch November 22, 2013 22:23
minrk added a commit to minrk/ipython that referenced this pull request Nov 29, 2013
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
don't use lazily-evaluated rc.ids in wait_for_idle
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

Successfully merging this pull request may close these issues.

None yet

2 participants