Function pyo3_ffi::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.