@@ -2366,27 +2366,27 @@ There have been several major changes to the :term:`bytecode` in Python 3.6.
2366
2366
(Contributed by Demur Rumed with input and reviews from
2367
2367
Serhiy Storchaka and Victor Stinner in :issue: `26647 ` and :issue: `28050 `.)
2368
2368
2369
- * The new :opcode: `FORMAT_VALUE ` and :opcode: `BUILD_STRING ` opcodes as part
2369
+ * The new :opcode: `! FORMAT_VALUE ` and :opcode: `BUILD_STRING ` opcodes as part
2370
2370
of the :ref: `formatted string literal <whatsnew36-pep498 >` implementation.
2371
2371
(Contributed by Eric Smith in :issue: `25483 ` and
2372
2372
Serhiy Storchaka in :issue: `27078 `.)
2373
2373
2374
- * The new :opcode: `BUILD_CONST_KEY_MAP ` opcode to optimize the creation
2374
+ * The new :opcode: `! BUILD_CONST_KEY_MAP ` opcode to optimize the creation
2375
2375
of dictionaries with constant keys.
2376
2376
(Contributed by Serhiy Storchaka in :issue: `27140 `.)
2377
2377
2378
2378
* The function call opcodes have been heavily reworked for better performance
2379
2379
and simpler implementation.
2380
- The :opcode: `MAKE_FUNCTION `, :opcode: `CALL_FUNCTION `,
2381
- :opcode: `CALL_FUNCTION_KW ` and :opcode: `BUILD_MAP_UNPACK_WITH_CALL ` opcodes
2380
+ The :opcode: `MAKE_FUNCTION `, :opcode: `! CALL_FUNCTION `,
2381
+ :opcode: `! CALL_FUNCTION_KW ` and :opcode: `! BUILD_MAP_UNPACK_WITH_CALL ` opcodes
2382
2382
have been modified, the new :opcode: `CALL_FUNCTION_EX ` and
2383
- :opcode: `BUILD_TUPLE_UNPACK_WITH_CALL ` have been added, and
2383
+ :opcode: `! BUILD_TUPLE_UNPACK_WITH_CALL ` have been added, and
2384
2384
``CALL_FUNCTION_VAR ``, ``CALL_FUNCTION_VAR_KW `` and ``MAKE_CLOSURE `` opcodes
2385
2385
have been removed.
2386
2386
(Contributed by Demur Rumed in :issue: `27095 `, and Serhiy Storchaka in
2387
2387
:issue: `27213 `, :issue: `28257 `.)
2388
2388
2389
- * The new :opcode: `SETUP_ANNOTATIONS ` and :opcode: `STORE_ANNOTATION ` opcodes
2389
+ * The new :opcode: `SETUP_ANNOTATIONS ` and :opcode: `! STORE_ANNOTATION ` opcodes
2390
2390
have been added to support the new :term: `variable annotation ` syntax.
2391
2391
(Contributed by Ivan Levkivskyi in :issue: `27985 `.)
2392
2392
0 commit comments