From 72119d16a5f658939809febef29dadeca02cf34d Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Wed, 23 Aug 2023 18:39:00 +0100 Subject: gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367) --- Objects/frameobject.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Objects/frameobject.c') diff --git a/Objects/frameobject.c b/Objects/frameobject.c index 80e118e8a8a..28f5a5a1222 100644 --- a/Objects/frameobject.c +++ b/Objects/frameobject.c @@ -6,8 +6,7 @@ #include "pycore_function.h" // _PyFunction_FromConstructor() #include "pycore_moduleobject.h" // _PyModule_GetDict() #include "pycore_object.h" // _PyObject_GC_UNTRACK() -#include "pycore_opcode.h" // _PyOpcode_Caches -#include "pycore_opcode_metadata.h" // _PyOpcode_Deopt +#include "pycore_opcode_metadata.h" // _PyOpcode_Deopt, _PyOpcode_Caches #include "frameobject.h" // PyFrameObject -- cgit v1.2.3