https://github.com/python/cpython/commit/91914fd448a470a48ffc34bb7572e3db2997afad commit: 91914fd448a470a48ffc34bb7572e3db2997afad branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: Fidget-Spinner <[email protected]> date: 2025-06-18T15:27:26+08:00 summary:
[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 711700259135b5f9e21c56b199f4ebc0048b18b4) Co-authored-by: Vladyslav Lazoryk <[email protected]> files: M Doc/library/dis.rst 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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
