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 issue 447 - inspecting old-style classes. #449

Merged
merged 2 commits into from May 17, 2011

Conversation

takluyver
Copy link
Member

Tweak Inspector.info() so it doesn't fail on old style classes. Added test.

Closes gh-447

@meawoppl
Copy link

I wish to preemptively apologize for this and future things I will break in iPython. By mid-July, I expect I will know the code base well enough to start pitching in.

Thanks guys :)

@takluyver
Copy link
Member Author

@meawoppl: Don't worry - you didn't break it, you just found that it was already broken. We like people to find bugs before release. Especially when they're easily fixed, like this one.

Waiting an hour or so for any objections, then we'll merge, since it's a small fix.

takluyver added a commit that referenced this pull request May 17, 2011
Fix issue 447 - inspecting old-style classes.
@takluyver takluyver merged commit 12af0e2 into ipython:master May 17, 2011
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Fix issue 447 - inspecting old-style classes.
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.

Instantiating classes without __init__ function causes kernel to crash
3 participants