From f3a4129ebfa8de431ad11b5e9598d3fca12645a6 Mon Sep 17 00:00:00 2001 From: Paolo Tosco Date: Sat, 20 Sep 2025 15:58:15 +0200 Subject: [PATCH] Set event manual reset flag to true --- jupyter_client/win_interrupt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_client/win_interrupt.py b/jupyter_client/win_interrupt.py index 1ba2c3af..bcd03232 100644 --- a/jupyter_client/win_interrupt.py +++ b/jupyter_client/win_interrupt.py @@ -34,7 +34,7 @@ class SECURITY_ATTRIBUTES(ctypes.Structure): # noqa return ctypes.windll.kernel32.CreateEventA( # type:ignore[attr-defined] sa_p, - False, + True, False, "", # lpEventAttributes # bManualReset # bInitialState ) # lpName