MatthieuDartiailh/bytecode

Flag inference is too agressive in determining generator

Closed this issue · 1 comments

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).

Closed by #56