]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104658: Fix location of unclosed quote error for multiline f-strings (#104660)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 20 May 2023 13:07:05 +0000 (14:07 +0100)
committerGitHub <noreply@github.com>
Sat, 20 May 2023 13:07:05 +0000 (14:07 +0100)
commitff7f7316326a19749c5d79f9e44acdbe7d54ac4e
treef6dac134867ada4b1297bda44c91b6dbe3a4f3bc
parent663c049ff78a299bdf7c1a0444b9900e6d37372d
gh-104658: Fix location of unclosed quote error for multiline f-strings (#104660)
Lib/test/test_fstring.py
Parser/tokenizer.c
Parser/tokenizer.h