cpython/Parser
Miss Islington (bot) 2b97ddd512
gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the tokenizer (GH-100065)
(cherry picked from commit 97e7004cfe)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Automerge-Triggered-By: GH:pablogsal
2022-12-07 01:18:00 -08: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 [3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-95208) 2022-07-26 12:19:22 +02:00
myreadline.c
parser.c [3.11] gh-99211: Point to except/except* on syntax errors when mixing them (GH-99215) (GH-99622) 2022-11-20 19:29:05 +01:00
peg_api.c
pegen.c [3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500) 2022-09-02 09:48:57 -07:00
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 gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the tokenizer (GH-100065) 2022-12-07 01:18:00 -08:00
Python.asdl
string_parser.c gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (GH-94895) 2022-07-16 12:16:51 -07:00
string_parser.h
token.c
tokenizer.c [3.11] gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-99893) (GH-99896) 2022-12-01 00:57:04 -08:00
tokenizer.h [3.11] gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-99893) (GH-99896) 2022-12-01 00:57:04 -08:00