Skip to content

bpo-45975: Use walrus operator for while loops in IDLE #31083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

nickdrozd
Copy link
Contributor

@nickdrozd nickdrozd commented Feb 2, 2022

By request of @terryjreedy, these are just the IDLE changes from #29347.

https://bugs.python.org/issue45975

@miss-islington
Copy link
Contributor

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 3, 2022
@miss-islington
Copy link
Contributor

Sorry, @nickdrozd and @terryjreedy, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 51a95be1d035a717ab29e98056b8831a98e61125 3.9

@bedevere-bot
Copy link

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

@terryjreedy terryjreedy added needs backport to 3.9 only security fixes and removed needs backport to 3.9 only security fixes labels Feb 3, 2022
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

Sorry @nickdrozd and @terryjreedy, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 51a95be1d035a717ab29e98056b8831a98e61125 3.9

miss-islington added a commit that referenced this pull request Feb 3, 2022
@terryjreedy
Copy link
Member

I reviewed the changes, ran test_idle, and manually exercised features that should run the affected code.
The merge issue is that the sideport changes are to sections adding in 3.10.

terryjreedy added a commit that referenced this pull request Feb 3, 2022
@nickdrozd nickdrozd deleted the idle-walrus branch February 3, 2022 03:58
@nickdrozd
Copy link
Contributor Author

Thanks for reviewing, @terryjreedy!

hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
@hugovk hugovk removed the needs backport to 3.9 only security fixes label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants