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
Don't stop the loop in run_until_complete() on SystemExit and KeyboardInterrupt exceptions (#337)
* Don't stop the loop in run_until_complete on SystemExit & KeyboardInterrupt
* Add unit test (based on CPython's equivalent)
* Fix the test to resume its coverage.
Co-authored-by: Victor Stinner <[email protected]>
Co-authored-by: Fantix King <[email protected]>
0 commit comments