diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-09-28 04:40:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 04:40:59 (GMT) |
commit | 526380e28644236bde9e41b949497ca1ee22653f (patch) | |
tree | cb47532f221d8a4046630f67dc06a476d84c85f4 /Misc/NEWS.d/3.12.0a4.rst | |
parent | 99fba5f156386cf8f4a71321708690cdb9357ffc (diff) | |
download | cpython-526380e28644236bde9e41b949497ca1ee22653f.zip cpython-526380e28644236bde9e41b949497ca1ee22653f.tar.gz cpython-526380e28644236bde9e41b949497ca1ee22653f.tar.bz2 |
GH-109190: Copyedit 3.12 What's New: Bytecode (#109821)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d/3.12.0a4.rst')
-rw-r--r-- | Misc/NEWS.d/3.12.0a4.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.12.0a4.rst b/Misc/NEWS.d/3.12.0a4.rst index b3b3902..75246f3 100644 --- a/Misc/NEWS.d/3.12.0a4.rst +++ b/Misc/NEWS.d/3.12.0a4.rst @@ -23,10 +23,10 @@ Remove :opcode:`UNARY_POSITIVE`, :opcode:`ASYNC_GEN_WRAP` and .. nonce: D7H6j4 .. section: Core and Builtins -Add new :opcode:`CALL_INSTRINSIC_1` instruction. Remove +Add new :opcode:`CALL_INTRINSIC_1` instruction. Remove :opcode:`IMPORT_STAR`, :opcode:`PRINT_EXPR` and :opcode:`STOPITERATION_ERROR`, replacing them with the -:opcode:`CALL_INSTRINSIC_1` instruction. +:opcode:`CALL_INTRINSIC_1` instruction. .. |