]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (#105828)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Thu, 15 Jun 2023 16:21:24 +0000 (18:21 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2023 16:21:24 +0000 (16:21 +0000)
commitd382ad49157b3802fc5619f68d96810def517869
treea17121aac146c3797007502c55b6c105d298c7f2
parent8f10140e74d141a0a894702044e213e6f0690d9c
gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (#105828)
Lib/test/test_fstring.py
Lib/test/test_tokenize.py
Misc/NEWS.d/next/Core and Builtins/2023-06-15-15-54-47.gh-issue-105831.-MC9Zs.rst [new file with mode: 0644]
Parser/tokenizer.c