Uh oh!
There was an error while loading. Please reload this page.
Don't stop the loop in run_until_complete() on SystemExit and KeyboardInterrupt exceptions - #337
Conversation
1st1
commented
May 13, 2020
Can you add a unittest? |
Jackenmen
commented
May 15, 2020
@1st1 I added the unit test based on CPython's equivalent and rebased the PR's branch on top of master. |
I've rebased this on top of I'm also mentioning this since I'm hoping this could get included in the next release, whenever it's ready of course :) |
Thanks for the PR! The thing is the test is NOT failing without the fix, I'm looking into it now. UPDATE: Looks like this cpython test was added before |
Co-authored-by: Victor Stinner <victor.stinner@gmail.com>
Fixes#336