cpython/Parser/tokenizer
Miss Islington (bot) 934ae3ed15
[3.15] gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150996)
gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275)
(cherry picked from commit 262625fa30)

Co-authored-by: Grant Herman <grantlouisherman041@gmail.com>
2026-06-06 03:46:55 +01: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-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150996) 2026-06-06 03:46:55 +01:00
helpers.h gh-63161: Fix PEP 263 support (GH-139481) 2025-10-10 12:51:19 +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
utf8_tokenizer.c