]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-129093: Fix f-string debug text sometimes getting cut off when expression...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jan 2025 00:50:22 +0000 (01:50 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 00:50:22 +0000 (00:50 +0000)
commita3797492179c249417a06d2499a7d535d453ac2c
tree8a7c9ee95e5c185de07f6b3b1c1c612c68ce7970
parent0ddcb61ffeac5e6efa6cfd1d1082fe3180eb8eee
[3.13] gh-129093: Fix f-string debug text sometimes getting cut off when expression contains `!` (GH-129159) (#129163)

gh-129093: Fix f-string debug text sometimes getting cut off when expression contains `!` (GH-129159)
(cherry picked from commit 767cf708449fbf13826d379ecef64af97d779510)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core_and_Builtins/2025-01-21-23-35-41.gh-issue-129093.0rvETC.rst [new file with mode: 0644]
Parser/lexer/lexer.c