Skip to content
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

Remove a redundant assignment in Tools/unittestgui/unittestgui.py #21438

Merged
merged 2 commits into from May 16, 2021

Conversation

shidenko97
Copy link
Contributor

@shidenko97 shidenko97 commented Jul 10, 2020

I've just removed duplicated defining an attribute __rollbackImporter in class BaseGUITestRunner, module unittestgui. It's not important, but Python code should be clear.

Automerge-Triggered-By: GH:iritkatriel

@shidenko97 shidenko97 changed the title Removed duplicate of defining __rollbackImporter in BaseGUITestRunner Removed duplicate of defining __rollbackImporter in BaseGUITestRunner [skip issue] Jul 10, 2020
@shidenko97 shidenko97 changed the title Removed duplicate of defining __rollbackImporter in BaseGUITestRunner [skip issue] Removed duplicate of defining __rollbackImporter in BaseGUITestRunner [skip issue, skip news] Jul 10, 2020
Copy link
Contributor

@eamanu eamanu left a comment

Choose a reason for hiding this comment

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

Hi! Good catch @shidenko97 LGTM.

IMO is very simple change, and I'm curious why this line is there.

@iritkatriel iritkatriel changed the title Removed duplicate of defining __rollbackImporter in BaseGUITestRunner [skip issue, skip news] Remove a redundant assignment in Tools/unittestgui/unittestgui.py May 16, 2021
@iritkatriel iritkatriel added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels May 16, 2021
@iritkatriel
Copy link
Member

closing and reopening to get a current test run.

@iritkatriel iritkatriel reopened this May 16, 2021
@iritkatriel
Copy link
Member

This probably needs to be rebased.

@shidenko97
Copy link
Contributor Author

This probably needs to be rebased.

@iritkatriel Main merged to current branch

@iritkatriel iritkatriel merged commit a42d98e into python:main May 16, 2021
@miss-islington
Copy link
Contributor

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 16, 2021
…thonGH-21438)

(cherry picked from commit a42d98e)

Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
@bedevere-bot
Copy link

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

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label May 16, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 16, 2021
…thonGH-21438)

(cherry picked from commit a42d98e)

Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
@bedevere-bot
Copy link

GH-26169 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label May 16, 2021
iritkatriel pushed a commit that referenced this pull request May 16, 2021
…-21438) (#26169)

(cherry picked from commit a42d98e)

Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
iritkatriel pushed a commit to iritkatriel/cpython that referenced this pull request May 16, 2021
….py (pythonGH-21438)

(cherry picked from commit a42d98e)

Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
iritkatriel added a commit that referenced this pull request May 16, 2021
….py (GH-21438) (GH-26171)

(cherry picked from commit a42d98e)

Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
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.

None yet

6 participants