Skip to content

[3.13] gh-117657: Skip tests that fork with threads under TSan (GH-121599) - #121819

Merged
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-82a4dac-3.13
Jul 15, 2024
Merged

[3.13] gh-117657: Skip tests that fork with threads under TSan (GH-121599)#121819
colesbury merged 1 commit into
python:3.13from
miss-islington:backport-82a4dac-3.13

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Jul 15, 2024

Copy link
Copy Markdown
Contributor

This avoids messages like:

ThreadSanitizer: starting new threads after multi-threaded fork is not
supported. Dying (set die_after_fork=0 to override)
(cherry picked from commit 82a4dac)

Co-authored-by: Sam Gross colesbury@gmail.com

…GH-121599)
This avoids messages like:
ThreadSanitizer: starting new threads after multi-threaded fork is not
supported. Dying (set die_after_fork=0 to override)
(cherry picked from commit 82a4dac)
Co-authored-by: Sam Gross <colesbury@gmail.com>
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.

2 participants

@miss-islington@colesbury