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 resetting IPython custom exception hook #2547

Merged
merged 1 commit into from
Jul 18, 2015

Conversation

takluyver
Copy link
Contributor

Closes gh-2395

Ping @DSLituiev - this should fix the problem you showed me yesterday.

@SylvainCorlay
Copy link
Member

Looking at the docstring for set_custom_exc, I wonder why None was there in the first place. Was it required in older versions of IPython?

@takluyver
Copy link
Contributor Author

It's possible, but I don't think that code has changed for some time.

@ccordoba12
Copy link
Member

@takluyver, thanks a lot for taking a look at this one :-)

@blink1073, please take a look at this one, given that it was you who added this code.

@blink1073
Copy link
Contributor

Looks good to me.

ccordoba12 added a commit that referenced this pull request Jul 18, 2015
Fix resetting IPython custom exception hook
@ccordoba12 ccordoba12 merged commit 5143451 into spyder-ide:master Jul 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can not show exception information correctly in IPython Console
4 participants