PyCompile_OpcodeStackEffectWithJump method Null safety
Implementation
int PyCompile_OpcodeStackEffectWithJump(
int opcode,
int oparg,
int jump,
) {
return _PyCompile_OpcodeStackEffectWithJump(
opcode,
oparg,
jump,
);
}
int PyCompile_OpcodeStackEffectWithJump(
int opcode,
int oparg,
int jump,
) {
return _PyCompile_OpcodeStackEffectWithJump(
opcode,
oparg,
jump,
);
}