]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462)
authorBartosz Sławecki <bartosz@ilikepython.com>
Sun, 14 Jun 2026 12:33:03 +0000 (14:33 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Jun 2026 12:33:03 +0000 (12:33 +0000)
commitf1a5f68e3761e010ccd4dda1342500c5ae40bbc4
tree92b37137b5f9e879c48fcceb7d6f781e7f6d8117
parente91f68ab40e25dc964afb872eb75873c8b1838d6
gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462)
Lib/test/test_source_encoding.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-14-05-05-15.gh-issue-151461.5q0s88.rst [new file with mode: 0644]
Parser/pegen.c
Parser/pegen.h
Parser/pegen_errors.c
Parser/tokenizer/helpers.c
Parser/tokenizer/helpers.h