cpython/Parser/tokenizer
Stan Ulbrych 5577bd1298
[3.13] gh-144872: fix heap buffer overflow _PyTokenizer_ensure_utf8 (GH-144807) (#145441)
(cherry picked from commit 3fc945df22)

Co-authored-by: AdamKorcz <44787359+AdamKorcz@users.noreply.github.com>
2026-03-02 23:00:59 +00:00
..
file_tokenizer.c GH-110749: fix unistd.h import in file_tokenizer.c (#110750) 2023-10-12 07:52:13 +02:00
helpers.c [3.13] gh-144872: fix heap buffer overflow _PyTokenizer_ensure_utf8 (GH-144807) (#145441) 2026-03-02 23:00:59 +00:00
helpers.h
readline_tokenizer.c
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