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
Currently, theBUILD_LIST opcode adjusts the stack multiple times while items are popped one by one from the stack, rather than employing the more efficient method used byBUILD_TUPLE (that steals the references from the stack).