]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93671: Avoid exponential backtracking in deeply nested sequence patterns in match...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 10 Jun 2022 15:56:45 +0000 (16:56 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 15:56:45 +0000 (17:56 +0200)
commit53a8b17895e91d08f76a2fb59a555d012cd85ab4
tree4e448db2e89b367fc012d1b5eff0c865f0954b16
parent21a9a85ff4d62e8fc5a51b8eb56154f32c319b77
gh-93671: Avoid exponential backtracking in deeply nested sequence patterns in match statements (GH-93680)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Grammar/python.gram
Lib/test/test_patma.py
Misc/NEWS.d/next/Core and Builtins/2022-06-10-12-03-17.gh-issue-93671.idkQqG.rst [new file with mode: 0644]
Parser/parser.c