Closed MatthieuDartiailh closed 4 years ago
await generates YIELD_FROM instruction and the function should not be tagged as a generator in that case (overall the flag inference need to be reworked).
await
YIELD_FROM
Closed by #56
await
generatesYIELD_FROM
instruction and the function should not be tagged as a generator in that case (overall the flag inference need to be reworked).