Skip to content

Commit 2e14a52

Browse files
authored
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
1 parent 9bb2e46 commit 2e14a52

16 files changed

+306
-478
lines changed

Doc/library/dis.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,15 +1109,6 @@ iterations of the loop.
11091109
empty dictionary pre-sized to hold *count* items.
11101110

11111111

1112-
.. opcode:: BUILD_CONST_KEY_MAP (count)
1113-
1114-
The version of :opcode:`BUILD_MAP` specialized for constant keys. Pops the
1115-
top element on the stack which contains a tuple of keys, then starting from
1116-
``STACK[-2]``, pops *count* values to form values in the built dictionary.
1117-
1118-
.. versionadded:: 3.6
1119-
1120-
11211112
.. opcode:: BUILD_STRING (count)
11221113

11231114
Concatenates *count* strings from the stack and pushes the resulting string

Include/internal/pycore_opcode_metadata.h

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_uop_ids.h

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_uop_metadata.h

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/opcode_ids.h

Lines changed: 74 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)