GH-113860: Get rid of _PyUOpExecutorObject (GH-113954)
This commit is contained in:
2
Python/executor_cases.c.h
generated
2
Python/executor_cases.c.h
generated
@@ -3393,7 +3393,7 @@
|
||||
|
||||
case _CHECK_VALIDITY: {
|
||||
TIER_TWO_ONLY
|
||||
if (!current_executor->base.vm_data.valid) goto deoptimize;
|
||||
if (!current_executor->vm_data.valid) goto deoptimize;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user