mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
This commit is contained in:
parent
d611f4cf10
commit
6a7506a77f
10 changed files with 1362 additions and 1188 deletions
|
|
@ -155,7 +155,7 @@ static void *opcode_targets[256] = {
|
|||
&&TARGET_BUILD_SET_UNPACK,
|
||||
&&TARGET_SETUP_ASYNC_WITH,
|
||||
&&TARGET_FORMAT_VALUE,
|
||||
&&_unknown_opcode,
|
||||
&&TARGET_BUILD_CONST_KEY_MAP,
|
||||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
&&_unknown_opcode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue