Wykres commitów

1 Commity (e60e8079a7e1f6edd308e2e8981096e42ec6a78c)

Autor SHA1 Wiadomość Data
Jeff Epler f2dbc91022 py/compile: Raise an error on async with/for outside an async function.
A simple reproducer is:

   async for x in (): x

Before this change, it would cause an assertion error in mpy-cross and
micropython-coverage.
2021-05-30 10:38:48 +10:00