]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140576: Fixed crash produced by lexer in case of dedented zero byte (#140583)
authorMikhail Efimov <efimov.mikhail@gmail.com>
Wed, 29 Oct 2025 13:27:35 +0000 (16:27 +0300)
committerGitHub <noreply@github.com>
Wed, 29 Oct 2025 13:27:35 +0000 (13:27 +0000)
commit8706167474e9a625e5f6613d3c7ac77a62faff58
tree0ed767562230945dce9e84d64ec459bdfa6343b0
parent6ff62ac4fbc3f17529823c146cc3a3f8c21eed42
gh-140576: Fixed crash produced by lexer in case of dedented zero byte (#140583)
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