cpython/Parser/tokenizer
Miss Islington (bot) d12f860924
[3.14] gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150997)
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:57 +01:00
..
file_tokenizer.c [3.14] gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150997) 2026-06-06 03:46:57 +01:00
helpers.c [3.14] gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150997) 2026-06-06 03:46:57 +01: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-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150997) 2026-06-06 03:46:57 +01: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
utf8_tokenizer.c