]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105435: Fix spurious NEWLINE token if file ends with comment without a newline...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 7 Jun 2023 12:31:48 +0000 (13:31 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 12:31:48 +0000 (13:31 +0100)
commit7279fb64089abc73c03247fb8191082ee42a9671
treea92d02173f8156e902832ac9884a52f525656fa4
parenta24a780d937109a0982d807473ae410cc75b0e3b
gh-105435: Fix spurious NEWLINE token if file ends with comment without a newline (#105442)
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-06-07-12-20-59.gh-issue-105435.6VllI0.rst [new file with mode: 0644]
Python/Python-tokenize.c