From f24acfc3acf0008cc0f9239b935b32dafc488243 Mon Sep 17 00:00:00 2001 From: LazorykV Date: Tue, 17 Jun 2025 20:37:17 +0300 Subject: [PATCH] Remove documentation for LOAD_CONST_IMMORTAL opcode --- Doc/library/dis.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 44767b5dd2d5c9..11685a32f48e4f 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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.