cpython/Parser/pegen
Serhiy Storchaka 7c722e32bf
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945)
They support now splitting escape sequences between input chunks.

Add the third parameter "final" in codecs.unicode_escape_decode().
It is True by default to match the former behavior.
(cherry picked from commit c96d1546b1)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2021-10-14 20:03:29 +03:00
..
parse.c [3.9] bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) (GH-27817) 2021-08-18 23:03:59 +02:00
parse_string.c [3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945) 2021-10-14 20:03:29 +03: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