]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing...
authorGrant Herman <grantlouisherman041@gmail.com>
Sat, 6 Jun 2026 01:58:35 +0000 (21:58 -0400)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 01:58:35 +0000 (01:58 +0000)
commit262625fa30e5a1b5cf33c9dbce5d2b713093c7be
tree668c8c9fad2fe3889373ac8ea2eee312861cc8c2
parentea4c85552bb7883e1d6c808281c1f46aca86aeab
gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (#150275)
Misc/NEWS.d/next/Core_and_Builtins/2026-05-22-21-52-38.gh-issue-150207.l2BUtI.rst [new file with mode: 0644]
Parser/lexer/state.c
Parser/tokenizer/file_tokenizer.c
Parser/tokenizer/helpers.c
Parser/tokenizer/readline_tokenizer.c