{{ message }}
test_threaded_import: Fix unittest.main spelling#93114
Merged
serhiy-storchaka merged 1 commit intoMay 25, 2022
Merged
Conversation
Regressed in 40348ac.
serhiy-storchaka
approved these changes
May 23, 2022
serhiy-storchaka
left a comment
Member
There was a problem hiding this comment.
Good catch!
Sorry, something went wrong.
Contributor
|
Thanks @The-Compiler for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 25, 2022
(cherry picked from commit 1971014) Co-authored-by: Florian Bruhin <me@the-compiler.org>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 25, 2022
(cherry picked from commit 1971014) Co-authored-by: Florian Bruhin <me@the-compiler.org>
miss-islington
added a commit
that referenced
this pull request
May 25, 2022
(cherry picked from commit 1971014) Co-authored-by: Florian Bruhin <me@the-compiler.org>
miss-islington
added a commit
that referenced
this pull request
May 25, 2022
(cherry picked from commit 1971014) Co-authored-by: Florian Bruhin <me@the-compiler.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Regressed in 40348ac (GH-28405, v3.11.0a1) - cc @serhiy-storchaka.
(Also regressed in
Lib/test/test_importlib/test_locks.py, but there it was already fixed in 2b16a08 by @tiran)I believe this is simple enough to not need an issue/news-entry, but let me know if you disagree!
(Found by running
flake8overLib/out of curiosity, see #93010 (comment))