]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH...
authorMikhail Efimov <efimov.mikhail@gmail.com>
Wed, 29 Oct 2025 14:33:55 +0000 (17:33 +0300)
committerGitHub <noreply@github.com>
Wed, 29 Oct 2025 14:33:55 +0000 (14:33 +0000)
commit08cacb2a14dd2db133448b24bb9c1d7d21bed07d
treeeb9bd2f4148e248b8a153f5d47d1cd46513c52d0
parent62a3b6b0d99e05898ce73df511c41411dc2ef865
[3.13] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (#140762)
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2025-10-25-17-36-46.gh-issue-140576.kj0SCY.rst [new file with mode: 0644]
Parser/lexer/lexer.c