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 dd1e094 commit 8446e02Copy full SHA for 8446e02
ipykernel/parentpoller.py
@@ -121,6 +121,7 @@ def run(self):
121
122
if WAIT_OBJECT_0 <= result < len(handles):
123
handle = handles[result - WAIT_OBJECT_0]
124
+ ctypes.windll.kernel32.ResetEvent(handle) # type:ignore[attr-defined]
125
126
if handle == self.interrupt_handle:
127
# check if signal handler is callable
0 commit comments