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

fix AsyncResult.abort #1565

Merged
merged 1 commit into from Apr 10, 2012
Merged

fix AsyncResult.abort #1565

merged 1 commit into from Apr 10, 2012

Conversation

minrk
Copy link
Member

@minrk minrk commented Apr 10, 2012

A self.client should have been self._client.

Test included.

closes #1564

self.client should have been self._client

test included
@fperez
Copy link
Member

fperez commented Apr 10, 2012

Perfect, thanks for adding the test! Merging now.

fperez added a commit that referenced this pull request Apr 10, 2012
Fix bug when calling AsyncResult.abort().
@fperez fperez merged commit a90f362 into ipython:master Apr 10, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Fix bug when calling AsyncResult.abort().
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.

calling .abort on AsyncMapResult results in traceback
2 participants