diff options
| author | Damien Tournoud <damien@platform.sh> | 2022-12-13 08:22:11 -0800 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-12-14 13:25:24 +1100 |
| commit | 0eba00a92cd422febff560f0f0d1b89f3d0c008f (patch) | |
| tree | b98b974943d2e09f7aae5a6e53291ca9a4be05e0 /py/objpolyiter.c | |
| parent | b75b5c102c4e4197ff4ed6967070cbf9a5b63b92 (diff) | |
extmod/uasyncio: Fix syntax of generator functions.
The compiler is not picky right now, but these are actually all syntax
errors:
- await is only valid in an async function
- async functions that use yield are actually async generators (a construct
not supported by the compiler right now)
Diffstat (limited to 'py/objpolyiter.c')
0 files changed, 0 insertions, 0 deletions
