Skip to content
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

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

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 15, 2024

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 [email protected]

…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 <[email protected]>
@miss-islington miss-islington requested a review from vsajip as a code owner July 15, 2024 20:43
@bedevere-app bedevere-app bot added the tests Tests in the Lib/test dir label Jul 15, 2024
@colesbury colesbury enabled auto-merge (squash) July 15, 2024 20:46
@colesbury colesbury merged commit 6396c77 into python:3.13 Jul 15, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants