cpython/Parser/tokenizer
Miss Islington (bot) 6a40e1c8d0
[3.13] gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150998)
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:47:00 +01:00
..
file_tokenizer.c [3.13] gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150998) 2026-06-06 03:47:00 +01:00
helpers.c [3.13] gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150998) 2026-06-06 03:47:00 +01:00
helpers.h
readline_tokenizer.c [3.13] gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150998) 2026-06-06 03:47:00 +01:00
string_tokenizer.c [3.13] gh-145234: Normalize decoded CR in string tokenizer (GH-145281) (#145312) 2026-02-28 01:38:36 +00:00
tokenizer.h
utf8_tokenizer.c