we don't emit EXTENDED_ARG for indices
Opened this issue · 0 comments
llllllllll commented
In to_pycode
we need to emit EXTENDED_ARG
when the index is > 256 in py3.6 or > 2**16 before py3.6 for instructions like LOAD_FAST where the argument is an index.