Skip to main content

PyCompile_OpcodeStackEffectWithJump

Function PyCompile_OpcodeStackEffectWithJump 

pub unsafe extern "C" fn PyCompile_OpcodeStackEffectWithJump(
    opcode: i32,
    oparg: i32,
    jump: i32,
) -> i32
Available on crate feature tls and Py_3_8 only.