summaryrefslogtreecommitdiffstats
path: root/Python/executor_cases.c.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/executor_cases.c.h')
-rw-r--r--Python/executor_cases.c.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Python/executor_cases.c.h b/Python/executor_cases.c.h
index d94a7cc..2f4d55b 100644
--- a/Python/executor_cases.c.h
+++ b/Python/executor_cases.c.h
@@ -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