]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129093: Fix f-string debug text sometimes getting cut off when expression contains...
authorTomas R. <tomas.roun8@gmail.com>
Wed, 22 Jan 2025 00:26:37 +0000 (01:26 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 00:26:37 +0000 (00:26 +0000)
commit767cf708449fbf13826d379ecef64af97d779510
tree49f8baa944a4c0c44c648d9f324a41b2f3003848
parent01bcf13a1c5bfca5124cf2e0679c9d1b25b04708
gh-129093: Fix f-string debug text sometimes getting cut off when expression contains `!` (#129159)
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