]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
authorBatuhan Taskaya <isidentical@gmail.com>
Wed, 20 Jan 2021 21:38:47 +0000 (00:38 +0300)
committerGitHub <noreply@github.com>
Wed, 20 Jan 2021 21:38:47 +0000 (13:38 -0800)
commita698d52c3975c80b45b139b2f08402ec514dce75
tree25a4577b9617d80cb43ffcfe27a54435f42c6b0d
parentc3f167d7b243f8b8e1b797586e6cef35add013bc
bpo-40176: Improve error messages for unclosed string literals (GH-19346)

Automerge-Triggered-By: GH:isidentical
Include/errcode.h
Lib/test/test_eof.py
Lib/test/test_exceptions.py
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2021-01-20-22-31-01.bpo-40176.anjyWw.rst [new file with mode: 0644]
Parser/pegen.c
Parser/tokenizer.c