gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632)

Remove documentation for LOAD_CONST_IMMORTAL opcode
This commit is contained in:
Vladyslav Lazoryk 2025-06-18 05:39:41 +03:00 committed by GitHub
parent 52be7f445e
commit 7117002591
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.