mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632)
Remove documentation for LOAD_CONST_IMMORTAL opcode
This commit is contained in:
parent
52be7f445e
commit
7117002591
1 changed files with 0 additions and 8 deletions
|
@ -1094,14 +1094,6 @@ iterations of the loop.
|
|||
.. versionadded:: 3.14
|
||||
|
||||
|
||||
.. opcode:: LOAD_CONST_IMMORTAL (consti)
|
||||
|
||||
Pushes ``co_consts[consti]`` onto the stack.
|
||||
Can be used when the constant value is known to be immortal.
|
||||
|
||||
.. versionadded:: 3.14
|
||||
|
||||
|
||||
.. opcode:: LOAD_NAME (namei)
|
||||
|
||||
Pushes the value associated with ``co_names[namei]`` onto the stack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue