Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91914fd

Browse files
[3.14] gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632) (GH-135649)
gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632) Remove documentation for LOAD_CONST_IMMORTAL opcode (cherry picked from commit 7117002) Co-authored-by: Vladyslav Lazoryk <[email protected]>
1 parent 562f6d1 commit 91914fd

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)