cpython/Misc/NEWS.d/next/Core and Builtins/2023-06-05-08-30-49.gh-issu...

4 lines
223 B
ReStructuredText

Simplify and speed up interpreter for f-strings. Removes ``FORMAT_VALUE``
opcode. Add ``CONVERT_VALUE``, ``FORMAT_SIMPLE`` and ``FORMAT_WITH_SPEC``
opcode. Compiler emits more efficient sequence for each format expression.