cpython/Parser/pegen
Pablo Galindo bfc413ce4f
[3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) (GH-24069)
(cherry picked from commit bd2728b1e8)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
2021-01-03 01:32:43 +00:00
..
parse.c [3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068) 2021-01-02 16:59:39 -08: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-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) (GH-23051) 2020-10-31 00:40:42 +00:00
pegen.h [3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) (GH-23051) 2020-10-31 00:40:42 +00:00