commit | 1fb1f5d8bd084c20f0a5fde547b563c08d103f09 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jan 20 05:05:10 2022 -0800 |
committer | GitHub <noreply@github.com> | Thu Jan 20 13:05:10 2022 +0000 |
tree | be713273670f4846521e17fff89036c44cf7c020 | |
parent | a6a088548063226233c08b8d35dde130746fdd10 [diff] |
[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>