cpython/Parser/tokenizer
Miss Islington (bot) 89e178d78c
[3.15] gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462) (GH-151470)
(cherry picked from commit f1a5f68e37)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
2026-06-14 12:58:37 +00:00
..
file_tokenizer.c [3.15] gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150996) 2026-06-06 03:46:55 +01:00
helpers.c [3.15] gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462) (GH-151470) 2026-06-14 12:58:37 +00:00
helpers.h [3.15] gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462) (GH-151470) 2026-06-14 12:58:37 +00:00
readline_tokenizer.c [3.15] gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150996) 2026-06-06 03:46:55 +01:00
string_tokenizer.c gh-145234: Normalize decoded CR in string tokenizer (#145281) 2026-02-27 12:44:54 +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