summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/uasyncio_current_task.py
Commit message (Collapse)AuthorAge
* extmod/uasyncio: Add asyncio.current_task().Jim Mussared2021-02-13
Matches CPython behavior. Fixes #6686