PythonExtra/extmod/asyncio
Damien George f46269a1d1 extmod/asyncio: Remove non-working Stream __aenter__/__aexit__ methods.
It looks like these never worked and there are no tests for this
functionality.  Furthermore, CPython doesn't support this.

Fixes #12995.

Signed-off-by: Damien George <damien@micropython.org>
2023-12-20 15:56:23 +11:00
..
__init__.py
core.py extmod/asyncio: Emit errors to stderr, not stdout. 2023-10-13 14:55:54 +11:00
event.py extmod/asyncio/event.py: Fix ThreadSafeFlag.ioctl return. 2023-09-29 17:58:40 +10:00
funcs.py
lock.py
manifest.py
stream.py extmod/asyncio: Remove non-working Stream __aenter__/__aexit__ methods. 2023-12-20 15:56:23 +11:00
task.py
uasyncio.py