]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-128045: Syncs w/ latest opcode metadata (#134231)
authorDino Viehland <dinoviehland@meta.com>
Mon, 19 May 2025 15:08:50 +0000 (11:08 -0400)
committerGitHub <noreply@github.com>
Mon, 19 May 2025 15:08:50 +0000 (11:08 -0400)
Fix opcode metadata

Include/internal/pycore_opcode_metadata.h

index 71859476e4f9012ebc60fcd245fcf9e203aa9a26..17811d301a92c336da7f0ea63b26bd407b54865f 100644 (file)
@@ -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,