From 646f61c6bc4bfc09cb40185d7358504074aac09e Mon Sep 17 00:00:00 2001 From: sobolevn Date: Mon, 19 May 2025 17:51:26 +0300 Subject: [PATCH] gh-134236: Run `make regen-all` and fix `Test generated files are up-to-date` --- Include/internal/pycore_opcode_metadata.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Include/internal/pycore_opcode_metadata.h b/Include/internal/pycore_opcode_metadata.h index 71859476e4f901..17811d301a92c3 100644 --- a/Include/internal/pycore_opcode_metadata.h +++ b/Include/internal/pycore_opcode_metadata.h @@ -1787,8 +1787,6 @@ const uint8_t _PyOpcode_Caches[256] = { extern const uint8_t _PyOpcode_Deopt[256]; #ifdef NEED_OPCODE_METADATA const uint8_t _PyOpcode_Deopt[256] = { - [119] = 119, - [120] = 120, [121] = 121, [122] = 122, [123] = 123, @@ -1796,7 +1794,6 @@ const uint8_t _PyOpcode_Deopt[256] = { [125] = 125, [126] = 126, [127] = 127, - [211] = 211, [212] = 212, [213] = 213, [214] = 214,