]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40246: Report a better error message for invalid string prefixes (GH-19476)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Sun, 12 Apr 2020 18:21:00 +0000 (21:21 +0300)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2020 18:21:00 +0000 (19:21 +0100)
commit41d5b94af44e34ac05d4cd57460ed104ccf96628
tree564847a328b623cc02268a93fda371e0bea797b3
parent402e1cdb132f384e4dcde7a3d7ec7ea1fc7ab527
bpo-40246: Report a better error message for invalid string prefixes (GH-19476)
Include/errcode.h
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2020-04-11-17-52-03.bpo-40246.vXPze5.rst [new file with mode: 0644]
Parser/tokenizer.c
Python/pythonrun.c