Skip to content

Commit 47225bb

Browse files
lazorikvlkollar
authored andcommitted
pythongh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (pythonGH-135632)
Remove documentation for LOAD_CONST_IMMORTAL opcode
1 parent 7b9df0e commit 47225bb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Doc/library/dis.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,14 +1094,6 @@ iterations of the loop.
10941094
.. versionadded:: 3.14
10951095

10961096

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-
11051097
.. opcode:: LOAD_NAME (namei)
11061098

11071099
Pushes the value associated with ``co_names[namei]`` onto the stack.

0 commit comments

Comments
 (0)