cpython/Parser/pegen
Batuhan Taskaya 42157b9eaa
[3.9] bpo-41979: Accept star-unpacking on with-item targets (GH-22611) (GH-22612)
Co-authored-by: Batuhan Taskaya <batuhanosmantaskaya@gmail.com>

Automerge-Triggered-By: @pablogsal
2020-10-09 03:31:07 -07:00
..
parse.c [3.9] bpo-41979: Accept star-unpacking on with-item targets (GH-22611) (GH-22612) 2020-10-09 03:31:07 -07:00
parse_string.c Fix trivial typo in the PEG string parser (GH-21508) 2020-07-16 09:30:19 -07: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-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077) (GH-22079) 2020-09-03 16:35:17 +01:00
pegen.h [3.9] bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077) (GH-22079) 2020-09-03 16:35:17 +01:00