https://github.com/python/cpython/commit/3fa30d9e9c13c4b84bdc9fc04e33130775679e98
commit: 3fa30d9e9c13c4b84bdc9fc04e33130775679e98
branch: main
author: Dino Viehland <dinoviehl...@meta.com>
committer: DinoV <dinoviehl...@gmail.com>
date: 2025-05-19T11:08:50-04:00
summary:

gh-128045: Syncs w/ latest opcode metadata (#134231)

Fix opcode metadata

files:
M Include/internal/pycore_opcode_metadata.h

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,

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to