blob: 8884a9aee1e4add96795e0a8234027384efce3a3 [file] [log] [blame]
If a KeyboardInterrupt happens when the interpreter is in the middle of
resuming a chain of nested 'yield from' or 'await' calls, it's now correctly
delivered to the innermost frame.