You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In
to_pycode
we need to emitEXTENDED_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.The text was updated successfully, but these errors were encountered: