]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93418: Fix an assert when an f-string expression is followed by an '=', but no...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Jun 2022 01:04:43 +0000 (18:04 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Jun 2022 01:04:43 +0000 (21:04 -0400)
commit855be47a02e68bf9217ef8ab79dbd94ddc3298f1
tree41d23e46f48df1b0954ca0c40c00f6054e1aa82a
parent0b7aae88d0e71304bf6d78c0c0192a1d3e0a5fe0
gh-93418: Fix an assert when an f-string expression is followed by an '=', but no closing brace. (gh-93419) (gh-93423)

(cherry picked from commit ee70c70aa93d7a41cbe47a0b361b17f9d7ec8acd)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2022-06-01-17-47-40.gh-issue-93418.24dJuc.rst [new file with mode: 0644]
Parser/string_parser.c