]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 11 Jan 2022 16:30:39 +0000 (16:30 +0000)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 16:30:39 +0000 (08:30 -0800)
commitcedec19be81e6bd153678bfb28c8e217af8bda58
tree590d988a1ebbac4e8677c336099654d4bb155c2a
parent43c5c1369cb21f08a1dc1d63923c3586b883e3e8
bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529)

Automerge-Triggered-By: GH:pablogsal
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2022-01-11-11-50-19.bpo-46339.OVumDZ.rst [new file with mode: 0644]
Parser/pegen_errors.c