]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100445: Improve error message for unterminated strings with escapes (#100446)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Wed, 18 Oct 2023 12:58:51 +0000 (05:58 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Oct 2023 12:58:51 +0000 (13:58 +0100)
commit3156d193b81f7fefbafa1a5299bc9588a6768956
tree1347c212ffbb880dd707f6e17b7ad6ba3388d127
parentbaefbb21d91db2d950706737a6ebee9b2eff5c2d
gh-100445: Improve error message for unterminated strings with escapes (#100446)
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2022-12-27-02-51-45.gh-issue-100445.C8f6ph.rst [new file with mode: 0644]
Parser/lexer/lexer.c