]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-117657: Add TSAN suppression for `set_discard_entry` (#119908)
authorSam Gross <colesbury@gmail.com>
Sat, 1 Jun 2024 16:15:58 +0000 (12:15 -0400)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2024 16:15:58 +0000 (12:15 -0400)
Seen in CI occasionally when running `test_weakref`.

Tools/tsan/suppressions_free_threading.txt

index 9a53990f8b2ff851ed02fa2c6176d73808a924e4..f855e9ce2698a51e52d344bd1dd61f2ef0c33484 100644 (file)
@@ -44,6 +44,8 @@ race_top:PyMember_GetOne
 race_top:PyMember_SetOne
 race_top:new_reference
 race_top:set_contains_key
+# https://gist.github.com/colesbury/d13d033f413b4ad07929d044bed86c35
+race_top:set_discard_entry
 race_top:set_inheritable
 race_top:start_the_world
 race_top:tstate_set_detached