summaryrefslogtreecommitdiff
path: root/tests/extmod/asyncio_current_task.py
AgeCommit message (Collapse)Author
2024-02-28extmod/asyncio: Make current_task raise exception when there is no task.Damien George
Matches CPython behaviour. Fixes issue #11530. Signed-off-by: Damien George <damien@micropython.org>
2023-06-19tests: Rename uasyncio to asyncio.Jim Mussared
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>