]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec update...
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Mon, 21 Jul 2025 15:34:54 +0000 (17:34 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 15:34:54 +0000 (17:34 +0200)
commitaf8d1f56f5147f685d0a79f3964fdb5bb07746c2
treedf2193617c2e0632cdd03769acc965f8891f3616
parent0d87bb66d3c2fc6331c3b1f9d649ebc9bb385c5a
[3.14] gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec update (#135996) (#136901)

Co-authored-by: Dave Peck <davepeck@gmail.com>
Co-authored-by: sobolevn <mail@sobolevn.me>
13 files changed:
Grammar/python.gram
Lib/_ast_unparse.py
Lib/test/test_ast/test_ast.py
Lib/test/test_tstring.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Core_and_Builtins/2025-07-08-23-22-08.gh-issue-132661.34ftJl.rst [new file with mode: 0644]
Objects/templateobject.c
Objects/unicodeobject.c
Parser/action_helpers.c
Parser/parser.c
Parser/pegen.h
Python/ast_unparse.c
Python/codegen.c