Thanks to visit codestin.com Credit goes to github.com
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 562f6d1 commit 91914fdCopy full SHA for 91914fd
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