cpython/Parser
Miss Islington (bot) f9d0240db8
gh-93671: Avoid exponential backtracking in deeply nested sequence patterns in match statements (GH-93680)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 53a8b17895)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2022-06-10 09:21:04 -07:00
..
action_helpers.c bpo-47212: Improve error messages for un-parenthesized generator expressions (GH-32302) 2022-04-05 14:47:13 +01:00
asdl.py
asdl_c.py gh-92597: Ensure that AST nodes without explicit end positions can be compiled (GH-93359) 2022-05-31 16:26:16 -07:00
myreadline.c
parser.c gh-93671: Avoid exponential backtracking in deeply nested sequence patterns in match statements (GH-93680) 2022-06-10 09:21:04 -07:00
peg_api.c
pegen.c
pegen.h bpo-47212: Improve error messages for un-parenthesized generator expressions (GH-32302) 2022-04-05 14:47:13 +01:00
pegen_errors.c
Python.asdl
string_parser.c gh-93418: Fix an assert when an f-string expression is followed by an '=', but no closing brace. (gh-93419) (gh-93422) 2022-06-01 21:04:27 -04:00
string_parser.h
token.c
tokenizer.c gh-87999: Change warning type for numeric literal followed by keyword (GH-91980) 2022-04-27 20:15:14 +03:00
tokenizer.h