]> 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...
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 1 Jun 2022 23:20:06 +0000 (19:20 -0400)
committerGitHub <noreply@github.com>
Wed, 1 Jun 2022 23:20:06 +0000 (19:20 -0400)
commitee70c70aa93d7a41cbe47a0b361b17f9d7ec8acd
tree330dae5f678fbfde901a60729fe3d66813d94727
parent8a221a853787c18d5acaf46f5c449d28339cde21
gh-93418: Fix an assert when an f-string expression is followed by an '=', but no closing brace. (gh-93419)
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