]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105435: Fix spurious NEWLINE token if file ends with comment without a...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 Jun 2023 13:07:57 +0000 (06:07 -0700)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 13:07:57 +0000 (14:07 +0100)
commit117c153d9fda7553a7fb5d342552e48c4b5c1260
treea4b57d34c5c05a62bf07877c27ebb302ab4a3444
parentbb6ea7200397d2a9650c5d8c7d08acef11edd39b
[3.12] gh-105435: Fix spurious NEWLINE token if file ends with comment without a newline (GH-105442) (#105444)
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