cpython/Parser/tokenizer
Miss Islington (bot) f04aefa418
[3.14] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (#145310)
gh-145234: Normalize decoded CR in string tokenizer (GH-145281)
(cherry picked from commit 98b1e51927)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2026-02-27 13:11:40 +00:00
..
file_tokenizer.c [3.14] gh-63161: Fix PEP 263 support (GH-139481) (GH-139898) 2025-10-19 19:16:33 +00:00
helpers.c [3.14] gh-144872: fix heap buffer overflow _PyTokenizer_ensure_utf8 (GH-144807) (#145287) 2026-02-26 23:01:12 +00:00
helpers.h [3.14] gh-63161: Fix PEP 263 support (GH-139481) (GH-139898) 2025-10-19 19:16:33 +00:00
readline_tokenizer.c [3.14] gh-63161: Fix PEP 263 support (GH-139481) (GH-139898) 2025-10-19 19:16:33 +00:00
string_tokenizer.c [3.14] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (#145310) 2026-02-27 13:11:40 +00:00
tokenizer.h gh-104169: Refactor tokenizer into lexer and wrappers (#110684) 2023-10-11 15:14:44 +00:00
utf8_tokenizer.c gh-104169: Refactor tokenizer into lexer and wrappers (#110684) 2023-10-11 15:14:44 +00:00