Skip to content

Conversation

@ericsnowcurrently
Copy link
Member

@ericsnowcurrentlyericsnowcurrently commented Dec 12, 2023

gh-112982 broke test_threading on one of the s390 buildbots (Fedora Clang Installed). Apparently ImportError is raised (rather than ModuleNotFoundError) for the name part of "from" imports. This fixes that by catching ImportError in test_threading.py.

@bedevere-appbedevere-appbot added tests Tests in the Lib/test dir awaiting core review labels Dec 12, 2023
@ericsnowcurrentlyericsnowcurrently enabled auto-merge (squash) December 12, 2023 16:01
@ericsnowcurrentlyericsnowcurrently merged commit cde1417 into python:mainDec 12, 2023
@ericsnowcurrentlyericsnowcurrently deleted the fix-test-threading-s390 branch December 12, 2023 17:03
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…ongh-113014) pythongh-112982 broke test_threading on one of the s390 buildbots (Fedora Clang Installed). Apparently ImportError is raised (rather than ModuleNotFoundError) for the name part of "from" imports. This fixes that by catching ImportError in test_threading.py.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…ongh-113014) pythongh-112982 broke test_threading on one of the s390 buildbots (Fedora Clang Installed). Apparently ImportError is raised (rather than ModuleNotFoundError) for the name part of "from" imports. This fixes that by catching ImportError in test_threading.py.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ericsnowcurrently