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
Remove a redundant assignment in Tools/unittestgui/unittestgui.py #21438
Conversation
__rollbackImporter in BaseGUITestRunner__rollbackImporter in BaseGUITestRunner [skip issue]
__rollbackImporter in BaseGUITestRunner [skip issue]__rollbackImporter in BaseGUITestRunner [skip issue, skip news]
There was a problem hiding this 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.
__rollbackImporter in BaseGUITestRunner [skip issue, skip news]|
closing and reopening to get a current test run. |
|
This probably needs to be rebased. |
@iritkatriel Main merged to current branch |
|
Thanks @shidenko97 for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9. |
…thonGH-21438) (cherry picked from commit a42d98e) Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
|
GH-26168 is a backport of this pull request to the 3.10 branch. |
…thonGH-21438) (cherry picked from commit a42d98e) Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
|
GH-26169 is a backport of this pull request to the 3.9 branch. |
….py (pythonGH-21438) (cherry picked from commit a42d98e) Co-authored-by: Serhii Hidenko <shidenko97@gmail.com>
I've just removed duplicated defining an attribute
__rollbackImporterin classBaseGUITestRunner, moduleunittestgui. It's not important, but Python code should be clear.Automerge-Triggered-By: GH:iritkatriel