We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52be7f4 commit 7117002Copy full SHA for 7117002
Doc/library/dis.rst
@@ -1094,14 +1094,6 @@ iterations of the loop.
1094
.. versionadded:: 3.14
1095
1096
1097
-.. opcode:: LOAD_CONST_IMMORTAL (consti)
1098
-
1099
- Pushes ``co_consts[consti]`` onto the stack.
1100
- Can be used when the constant value is known to be immortal.
1101
1102
- .. versionadded:: 3.14
1103
1104
1105
.. opcode:: LOAD_NAME (namei)
1106
1107
Pushes the value associated with ``co_names[namei]`` onto the stack.
0 commit comments