]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Jun 2023 17:21:58 +0000 (10:21 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2023 17:21:58 +0000 (17:21 +0000)
commite9cf5a324e10b693d464692ab19422c40d5e179f
tree5666230a5f25635afac4ef3552f03203ba876ad5
parentabb4eaa46fc386b0244370c711f0af90c575e27f
[3.12] gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (GH-105828) (#105832)

(cherry picked from commit d382ad49157b3802fc5619f68d96810def517869)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
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