Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Add tests for generator throw and yield-from with exc handlers. | Jim Mussared | 2020-01-27 |
This commit adds a generator test for throwing into a nested exception, and one when using yield-from with a pending exception cleanup. Both these tests currently fail on the native emitter, and are simplified versions of native test failures from uasyncio in #5332. |