You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add default Python signal handler for all signals registered.
By default, and only in certain circumstances, SIGINT is the only signal
with a handler installed. All others will perform their function defined
by SIG_DFL, which is to ignore is some cases, and to terminate in others. In
either case, Python will never see them and be unable to pass them to
the async handler.
Signed-off-by: <[email protected]>
Signed-off-by: Cian Donovan <[email protected]>
0 commit comments