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

interpret any exception in getcallargs as not callable #5818

Merged
merged 1 commit into from May 8, 2014

Conversation

minrk
Copy link
Member

@minrk minrk commented May 8, 2014

some object (mock) lie to callable

closes #5817

@minrk minrk added this to the 2.1 milestone May 8, 2014
takluyver added a commit that referenced this pull request May 8, 2014
interpret any exception in getcallargs as not callable
@takluyver takluyver merged commit a87fdce into ipython:master May 8, 2014
@minrk minrk deleted the catch-getcallargs branch May 8, 2014 22:54
minrk added a commit that referenced this pull request May 8, 2014
…able

some object (mock) lie to callable

closes #5817
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
interpret any exception in getcallargs as not callable
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 mock object in IPython 2.0.0 under Python 3.4.0 raises AttributeError
2 participants