gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)

This commit is contained in:
Ken Jin
2025-05-03 00:36:29 +08:00
committed by GitHub
parent 987e45e632
commit ddac7ac59a
9 changed files with 220 additions and 170 deletions

View File

@@ -1844,6 +1844,10 @@
break;
}
case _CHECK_RECURSION_REMAINING: {
break;
}
case _INIT_CALL_PY_EXACT_ARGS: {
JitOptSymbol **args;
JitOptSymbol *self_or_null;