]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-77273: Better bytecodes for f-strings (GH-6132)
authorMark Shannon <mark@hotpy.org>
Wed, 14 Jun 2023 15:15:08 +0000 (16:15 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2023 15:15:08 +0000 (16:15 +0100)
commit1d857da7f0e4858e561223f319ae5afe737d5657
treeebfa22004b373a48769f42f002ed401248cdd3ea
parent307bceaa65c4f1a8e110cd7a9cce6e93a1b021ba
GH-77273: Better bytecodes for f-strings (GH-6132)
15 files changed:
Doc/library/dis.rst
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-06-05-08-30-49.gh-issue-33092.hZ0xSI.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/bytecodes.c
Python/ceval.c
Python/compile.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/opcode_targets.h