Skip to content

gh-93418: Fix an assert when an f-string expression is followed by an '=', but no closing brace. - #93419

Merged
ericvsmith merged 1 commit into
python:mainfrom
ericvsmith:issue93418
Jun 1, 2022
Merged

gh-93418: Fix an assert when an f-string expression is followed by an '=', but no closing brace.#93419
ericvsmith merged 1 commit into
python:mainfrom
ericvsmith:issue93418

Conversation

@ericvsmith

Copy link
Copy Markdown
Member

No description provided.

@pablogsalpablogsal left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @ericvsmith for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@ericvsmith
ericvsmith deleted the issue93418 branch June 1, 2022 23:20
@ericvsmith

Copy link
Copy Markdown
MemberAuthor

Closes #93418.

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @ericvsmith for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @ericvsmith for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 2, 2022
… by an '=', but no closing brace. (pythongh-93419)
(cherry picked from commit ee70c70)
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 2, 2022
… by an '=', but no closing brace. (pythongh-93419)
(cherry picked from commit ee70c70)
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
ericvsmith added a commit that referenced this pull request Jun 2, 2022
… '=', but no closing brace. (gh-93419) (gh-93422)
(cherry picked from commit ee70c70)
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
ericvsmith added a commit that referenced this pull request Jun 2, 2022
… '=', but no closing brace. (gh-93419) (gh-93423)
(cherry picked from commit ee70c70)
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
@hauntsaninjahauntsaninja removed needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Mar 26, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@ericvsmith@miss-islington@pablogsal@JelleZijlstra@hauntsaninja@bedevere-bot