Skip to content

gh-118729: Temporarily skip test_multiprocessing_pool_circular_import - #118732

Merged
Yhg1s merged 1 commit into
python:mainfrom
colesbury:gh-118729-importlib-tsan
May 7, 2024
Merged

gh-118729: Temporarily skip test_multiprocessing_pool_circular_import#118732
Yhg1s merged 1 commit into
python:mainfrom
colesbury:gh-118729-importlib-tsan

Conversation

@colesbury

@colesburycolesbury commented May 7, 2024

Copy link
Copy Markdown
Contributor

The pool_in_threads.py test file may crash in free-threaded builds, which can lead to the Tsan test hanging. Skip it for now until we fix the underlying issue.

…_import`
The `pool_in_threads.py` test file may crash in free-threaded builds,
which can lead to the Tsan test hanging. Skip it for now until we fix
the underlying issue.

@ericsnowcurrentlyericsnowcurrently left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@Yhg1s
Yhg1s merged commit 2c19987 into python:mainMay 7, 2024
SonicField pushed a commit to SonicField/cpython that referenced this pull request May 8, 2024
…_import` (python#118732)
The `pool_in_threads.py` test file may crash in free-threaded builds,
which can lead to the Tsan test hanging. Skip it for now until we fix
the underlying issue.
@colesbury
colesbury deleted the gh-118729-importlib-tsan branch May 20, 2024 15:50
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dirtopic-free-threading

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@colesbury@ericsnowcurrently@Yhg1s