Skip to content

bpo-44792: Improve syntax errors for if expressions#27506

Merged
pablogsal merged 1 commit intopython:mainfrom
miguendes:bpo-44792
Aug 2, 2021
Merged

bpo-44792: Improve syntax errors for if expressions#27506
pablogsal merged 1 commit intopython:mainfrom
miguendes:bpo-44792

Conversation

@miguendes
Copy link
Contributor

@miguendes miguendes commented Jul 31, 2021

@miguendes miguendes changed the title Improve syntax errors for if expressions bpo-44792: Improve syntax errors for if expressions Jul 31, 2021
@bedevere-bot
Copy link

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@miguendes miguendes force-pushed the bpo-44792 branch 2 times, most recently from 6106656 to cfdf3c4 Compare July 31, 2021 14:53
@miguendes miguendes requested a review from pablogsal July 31, 2021 14:53
@pablogsal
Copy link
Member

You need to run make regen-pegen to regenerate the parser files as well @miguendes

@miguendes
Copy link
Contributor Author

You need to run make regen-pegen to regenerate the parser files as well @miguendes

Thanks @pablogsal It works now, but there's an asyncio and concurrent.futures tests failing on Windows PR Tests win64. Could they be related?

@pablogsal
Copy link
Member

You need to run make regen-pegen to regenerate the parser files as well @miguendes

Thanks @pablogsal It works now, but there's an asyncio and concurrent.futures tests failing on Windows PR Tests win64. Could they be related?

Unless is a syntax error is unlikely. I will investigate...

@pablogsal pablogsal closed this Jul 31, 2021
@pablogsal pablogsal reopened this Jul 31, 2021
@pablogsal pablogsal merged commit 28b6dc9 into python:main Aug 2, 2021
@miss-islington
Copy link
Contributor

Thanks @miguendes for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Aug 2, 2021
@bedevere-bot
Copy link

GH-27565 is a backport of this pull request to the 3.10 branch.

@pablogsal
Copy link
Member

Thanks for your contribution @miguendes ! 🎉

pablogsal pushed a commit to miss-islington/cpython that referenced this pull request Aug 2, 2021
(cherry picked from commit 28b6dc9)

Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
pablogsal pushed a commit that referenced this pull request Aug 2, 2021
)

(cherry picked from commit 28b6dc9)

Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
Sign up for free to 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.

5 participants