]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632)
authorVladyslav Lazoryk <80263725+lazorikv@users.noreply.github.com>
Wed, 18 Jun 2025 02:39:41 +0000 (05:39 +0300)
committerGitHub <noreply@github.com>
Wed, 18 Jun 2025 02:39:41 +0000 (10:39 +0800)
Remove documentation for LOAD_CONST_IMMORTAL opcode

Doc/library/dis.rst

index 44767b5dd2d5c937921e43f0bb53523bcf2e52ff..11685a32f48e4f4f0429ba2e43de157cd94190c8 100644 (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.