mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
GH-93429: Document LOAD_METHOD
removal (GH-93803)
This commit is contained in:
parent
a338e106b6
commit
38a7f787d8
2 changed files with 23 additions and 13 deletions
|
@ -106,6 +106,15 @@ Optimizations
|
|||
(Contributed by Inada Naoki in :gh:`92536`.)
|
||||
|
||||
|
||||
CPython bytecode changes
|
||||
========================
|
||||
|
||||
* Removed the :opcode:`LOAD_METHOD` instruction. It has been merged into
|
||||
:opcode:`LOAD_ATTR`. :opcode:`LOAD_ATTR` will now behave like the old
|
||||
:opcode:`LOAD_METHOD` instruction if the low bit of its oparg is set.
|
||||
(Contributed by Ken Jin in :gh:`93429`.)
|
||||
|
||||
|
||||
Deprecated
|
||||
==========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue