]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-46339: Fix crash in the parser when computing error text for multi-line...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Jan 2022 13:05:10 +0000 (05:05 -0800)
committerGitHub <noreply@github.com>
Thu, 20 Jan 2022 13:05:10 +0000 (13:05 +0000)
commit1fb1f5d8bd084c20f0a5fde547b563c08d103f09
treebe713273670f4846521e17fff89036c44cf7c020
parenta6a088548063226233c08b8d35dde130746fdd10
[3.10] bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529) (GH-30542)

* bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529)

Automerge-Triggered-By: GH:pablogsal
(cherry picked from commit cedec19be81e6bd153678bfb28c8e217af8bda58)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
* Fix interactive mode

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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.c
Parser/pegen_errors.c [deleted file]