Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-19 | tests: Rename uasyncio to asyncio. | Jim Mussared | |
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | |||
2022-03-30 | extmod/uasyncio: Fix gather cancelling and handling of exceptions. | Damien George | |
The following fixes are made: - cancelling a gather now cancels all sub-tasks of the gather (previously it would only cancel the first) - if any sub-task of a gather raises an exception then the gather finishes (previously it would only finish if the first sub-task raised) Fixes issues #5798, #7807, #7901. Signed-off-by: Damien George <damien@micropython.org> |