]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117657: Skip tests that fork with threads under TSan (GH-121599) (#121819)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Jul 2024 21:10:37 +0000 (23:10 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2024 21:10:37 +0000 (21:10 +0000)
commit6396c77571aee99386a7b5a5863bbe0b8c5df4b1
treed90a7889f781242e2828258615bfa61cbf3648b0
parent0a634e3702b7fe688076e0c2caee9cfcb1553154
[3.13] gh-117657: Skip tests that fork with threads under TSan (GH-121599) (#121819)

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 82a4dac9f6131954c32dac9d0277283fc5b499a9)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Lib/test/test_logging.py