mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-128045: Syncs w/ latest opcode metadata (#134231)
Fix opcode metadata
This commit is contained in:
parent
de70614c13
commit
3fa30d9e9c
1 changed files with 0 additions and 3 deletions
3
Include/internal/pycore_opcode_metadata.h
generated
3
Include/internal/pycore_opcode_metadata.h
generated
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue