]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42986: Fix parser crash when reporting syntax errors in f-string with newlines...
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 31 Jan 2021 22:48:23 +0000 (22:48 +0000)
committerGitHub <noreply@github.com>
Sun, 31 Jan 2021 22:48:23 +0000 (22:48 +0000)
commit40901518167c66abc1ebc5b71c5b86d733cfa154
tree138c2482c5b1e1c91bb705d4dac941260aeb35d4
parenta1e9a1e120a11c563e166c15721169184c802f8b
bpo-42986: Fix parser crash when reporting syntax errors in f-string with newlines (GH-24279)
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2021-01-20-23-44-15.bpo-42986.sWoaGf.rst [new file with mode: 0644]
Parser/pegen.c