Function PyCompile_OpcodeStackEffectWithJump

Source
pub unsafe extern "C" fn PyCompile_OpcodeStackEffectWithJump(
    opcode: c_int,
    oparg: c_int,
    jump: c_int,
) -> c_int
Available on non-Py_LIMITED_API and Py_3_8 only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here