mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-46009: Remove GEN_START (GH-30367)
This commit is contained in:
parent
f404e26d74
commit
31e43cbe5f
10 changed files with 20 additions and 47 deletions
|
@ -388,7 +388,7 @@ CPython bytecode changes
|
|||
This decouples the argument shifting for methods from the handling of
|
||||
keyword arguments and allows better specialization of calls.
|
||||
|
||||
* Removed ``COPY_DICT_WITHOUT_KEYS``.
|
||||
* Removed ``COPY_DICT_WITHOUT_KEYS`` and ``GEN_START``.
|
||||
|
||||
* :opcode:`MATCH_CLASS` and :opcode:`MATCH_KEYS` no longer push an additional
|
||||
boolean value indicating whether the match succeeded or failed. Instead, they
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue