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 shutdown and cleanup behavior #772

Merged
merged 22 commits into from
Apr 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try to fix ipykernel
  • Loading branch information
blink1073 committed Apr 18, 2022
commit 67d6b58b33c0e33337c24f54cc85e4655525eee2
3 changes: 0 additions & 3 deletions jupyter_client/threaded.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,6 @@ def stop(self) -> None:
self.close()
self.ioloop = None

def __del__(self):
self.close()

def close(self) -> None:
if self.ioloop is not None:
try:
Expand Down