]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 10 Feb 2022 03:37:17 +0000 (03:37 +0000)
committerGitHub <noreply@github.com>
Thu, 10 Feb 2022 03:37:17 +0000 (03:37 +0000)
commitb71dc71905ab674ccaa4a56230d17a28f61c325c
treeec6148ebc665d0beecc006afd4f6fea6b7139b9a
parentcb68788dcadf43b47292bab7816a5ed9efa69730
bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241)
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2022-02-10-03-13-18.bpo-46707.xeSEh0.rst [new file with mode: 0644]
Parser/parser.c