]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Oct 2023 04:02:17 +0000 (06:02 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Oct 2023 04:02:17 +0000 (04:02 +0000)
commit307ca78d7f97e6942c64383464a7de073d8b6e42
treef39ab2a6769cd08949c4067d296f808bbdc2ce02
parenta70b2cd2d2451ce0573c3fc6ec995254c75c8a51
[3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is encouintered (GH-111381) (#111382)

gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is encouintered (GH-111381)
(cherry picked from commit 3d2f1f0b830d86f16f42c42b54d3ea4453dac318)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_string_literals.py
Misc/NEWS.d/next/Core and Builtins/2023-10-27-11-51-40.gh-issue-111380.vgSbir.rst [new file with mode: 0644]
Parser/string_parser.c