@@ -2804,7 +2804,7 @@ CPython bytecode changes
28042804 opcode with the ``NB_SUBSCR `` oparg.
28052805 (Contributed by Irit Katriel in :gh: `100239 `.)
28062806
2807- * Add the :opcode: `BUILD_INTERPOLATION ` & :opcode: `BUILD_TEMPLATE `
2807+ * Add the :opcode: `BUILD_INTERPOLATION ` and :opcode: `BUILD_TEMPLATE `
28082808 opcodes to construct new :class: `~string.templatelib.Interpolation `
28092809 and :class: `~string.templatelib.Template ` instances, respectively.
28102810 (Contributed by Lysandros Nikolaou and others in :gh: `132661 `;
@@ -2818,12 +2818,12 @@ CPython bytecode changes
28182818 :opcode: `LOAD_COMMON_CONSTANT ` and add support for loading
28192819 :exc: `NotImplementedError `.
28202820
2821- * Add the :opcode: `LOAD_FAST_BORROW ` & :opcode: `LOAD_FAST_BORROW_LOAD_FAST_BORROW `
2821+ * Add the :opcode: `LOAD_FAST_BORROW ` and :opcode: `LOAD_FAST_BORROW_LOAD_FAST_BORROW `
28222822 opcodes to reduce reference counting overhead when the interpreter can prove
28232823 that the reference in the frame outlives the reference loaded onto the stack.
28242824 (Contributed by Matt Page in :gh: `130704 `.)
28252825
2826- * Add the :opcode: `LOAD_SMALL_INT ` opcode, which pushes a small integer
2826+ * Add the :opcode: `LOAD_SMALL_INT ` opcode, which pushes a small integer
28272827 equal to the ``oparg `` to the stack.
28282828 The :opcode: `!RETURN_CONST ` opcode is removed as it is no longer used.
28292829 (Contributed by Mark Shannon in :gh: `125837 `.)
@@ -2850,7 +2850,7 @@ Pseudo-instructions
28502850 accessed from the inline cache.
28512851 (Contributed by Irit Katriel in :gh: `100239 `.)
28522852
2853- * Add three specialisations for :opcode: `CALL_KW `;
2853+ * Add three specializations for :opcode: `CALL_KW `;
28542854 :opcode: `!CALL_KW_PY ` for calls to Python functions,
28552855 :opcode: `!CALL_KW_BOUND_METHOD ` for calls to bound methods, and
28562856 :opcode: `!CALL_KW_NON_PY ` for all other calls.
0 commit comments