We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834b83f commit ee2be0dCopy full SHA for ee2be0d
jupyter_client/utils.py
@@ -7,8 +7,6 @@
7
import inspect
8
import os
9
10
-# import atexit
11
-
12
13
def run_sync(coro):
14
def wrapped(*args, **kwargs):
pyproject.toml
@@ -41,7 +41,7 @@ filterwarnings= [
41
# Fail on warnings
42
"error",
43
44
- # We're missing an event loop close somewhere.
+ # We need to handle properly closing loops as part of https://github.com/jupyter/jupyter_client/issues/755.
45
"ignore:unclosed <socket.socket:ResourceWarning",
46
"ignore:unclosed event loop:ResourceWarning",
47
0 commit comments