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
Under General instructionshttps://docs.python.org/3.14/library/dis.html#opcode-NOP there is a list of all available opcodes and a description of what they do and what oparg they have (if any). but for some reason SEND_GEN isn't mentioned anywhere in the documentation
Under
General instructionshttps://docs.python.org/3.14/library/dis.html#opcode-NOP there is a list of all available opcodes and a description of what they do and what oparg they have (if any). but for some reasonSEND_GENisn't mentioned anywhere in the documentationLinked PRs