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

attempt to suppress exceptions in channel threads at shutdown #1546

Merged
merged 1 commit into from Apr 14, 2012

Conversation

minrk
Copy link
Member

@minrk minrk commented Apr 2, 2012

shutdown of frontends (Qt, terminal console) could result in Attribute/TypeErrors in channel threads due to garbage collection cleaning up names. This tries to ignore these exceptions if the shutdown process is detected.

clean shutdown could result in Attribute/TypeErrors in channel
threads due to garbage collection of namespaces.  Now
try to ignore these exceptions if the shutdown process is detected.
@fperez
Copy link
Member

fperez commented Apr 14, 2012

Looks clean enough to me, thanks! Merging now.

fperez added a commit that referenced this pull request Apr 14, 2012
Attempt to suppress exceptions in channel threads at shutdown.
@fperez fperez merged commit 7471e46 into ipython:master Apr 14, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Attempt to suppress exceptions in channel threads at shutdown.
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