GH-109369: Exit tier 2 if executor is invalid (GH-111657)
This commit is contained in:
6
Python/executor_cases.c.h
generated
6
Python/executor_cases.c.h
generated
@@ -3273,4 +3273,10 @@
|
||||
break;
|
||||
}
|
||||
|
||||
case _CHECK_VALIDITY: {
|
||||
TIER_TWO_ONLY
|
||||
DEOPT_IF(!current_executor->base.vm_data.valid, _CHECK_VALIDITY);
|
||||
break;
|
||||
}
|
||||
|
||||
#undef TIER_TWO
|
||||
|
||||
Reference in New Issue
Block a user