cpython/Parser/pegen
Pablo Galindo 0d0a9eaa82
[3.9] bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712). (GH-26723)
(cherry picked from commit 507ed6fa1d)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
2021-06-14 18:07:51 +01:00
..
parse.c [3.9] bpo-44385: Remove unused grammar rules (GH-26655) (GH-26659) 2021-06-10 15:52:49 -07:00
parse_string.c [3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) (GH-24069) 2021-01-03 01:32:43 +00:00
parse_string.h bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) 2020-05-07 11:37:51 +01:00
peg_api.c bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839) 2020-05-01 18:30:51 +01:00
pegen.c [3.9] bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712). (GH-26723) 2021-06-14 18:07:51 +01:00
pegen.h bpo-43555: Report the column offset for invalid line continuation character (GH-24939) (#24975) 2021-03-22 19:07:05 +00:00