]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
authorCarl Meyer <carl@oddbird.net>
Tue, 9 May 2023 17:02:14 +0000 (11:02 -0600)
committerGitHub <noreply@github.com>
Tue, 9 May 2023 17:02:14 +0000 (11:02 -0600)
commitc3b595e73efac59360d6dc869802abc752092460
tree5095460e4d502af2688c132562b7d8570f33d7b0
parent0aeda297931820436a50b78f4f7f0597274b5df4
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
27 files changed:
Doc/library/dis.rst
Doc/whatsnew/3.12.rst
Include/internal/pycore_code.h
Include/internal/pycore_compile.h
Include/internal/pycore_flowgraph.h
Include/internal/pycore_opcode.h
Include/internal/pycore_symtable.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_compile.py
Lib/test/test_compiler_assemble.py
Lib/test/test_dis.py
Lib/test/test_inspect.py
Lib/test/test_listcomps.py
Lib/test/test_trace.py
Misc/NEWS.d/next/Core and Builtins/2023-01-30-15-40-29.gh-issue-97933.nUlp3r.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Objects/frameobject.c
Python/assemble.c
Python/bytecodes.c
Python/compile.c
Python/flowgraph.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/opcode_targets.h
Python/symtable.c