• Fred Drake's avatar
    Charles G. Waldman <cgw@fnal.gov>: · ef8ace3a
    Fred Drake authored
    Add the EXTENDED_ARG opcode to the virtual machine, allowing 32-bit
    arguments to opcodes instead of being forced to stick to the 16-bit
    limit.  This is especially useful for machine-generated code, which
    can be too long for the SET_LINENO parameter to fit into 16 bits.
    
    This closes the implementation portion of SourceForge patch #100893.
    ef8ace3a
node.c 1.79 KB