]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133197: Improve error message for incompatible string / bytes prefixes (#133242)
authorsobolevn <mail@sobolevn.me>
Fri, 2 May 2025 11:28:17 +0000 (14:28 +0300)
committerGitHub <noreply@github.com>
Fri, 2 May 2025 11:28:17 +0000 (14:28 +0300)
commit1e9cc3d502773d2dd3b420ecf5b949d902e010c3
tree0cd1a88b413c709b80f0e99cf9787c157ac6775b
parent4912b29166eb23fc7219dbd39d5af0b69bd1a085
gh-133197: Improve error message for incompatible string / bytes prefixes (#133242)
Lib/test/test_fstring.py
Lib/test/test_grammar.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-01-11-06-29.gh-issue-133197.BHjfh4.rst [new file with mode: 0644]
Parser/lexer/lexer.c