cpython/Parser
Pablo Galindo Salgado 9345eea256
[3.10] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (GH-101051). (#101086)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2023-01-16 23:48:38 +00:00
..
asdl.py
asdl_c.py
myreadline.c
parser.c [3.10] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (GH-101051). (#101086) 2023-01-16 23:48:38 +00:00
peg_api.c
pegen.c [3.10] gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the tokenizer (GH-100065) (#100073) 2022-12-07 13:52:05 +00:00
pegen.h
Python.asdl
string_parser.c
string_parser.h
token.c
tokenizer.c
tokenizer.h