]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Skip tests that fork with threads under TSan (#121599)
authorSam Gross <colesbury@gmail.com>
Mon, 15 Jul 2024 20:43:51 +0000 (16:43 -0400)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2024 20:43:51 +0000 (16:43 -0400)
commit82a4dac9f6131954c32dac9d0277283fc5b499a9
tree67336bb8af23ad4bf45eeeaec21efe3fee87c278
parent05d413764c8ae793b8321c21cb10094c934b8cb3
gh-117657: Skip tests that fork with threads under TSan (#121599)

This avoids messages like:

  ThreadSanitizer: starting new threads after multi-threaded fork is not
  supported. Dying (set die_after_fork=0 to override)
Lib/test/test_logging.py