https://github.com/python/cpython/commit/24070492cfee2cd698009418f70cc3755dbd0b99 commit: 24070492cfee2cd698009418f70cc3755dbd0b99 branch: main author: Kumar Aditya <kumaradi...@python.org> committer: kumaraditya303 <kumaradi...@python.org> date: 2025-03-12T01:33:44+05:30 summary:
gh-128002: add `test_asyncio.test_free_threading` to tsan tests (#131106) files: M Lib/test/libregrtest/tsan.py diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py index 77dde5ecb076e2..4fb0ee5038f3a9 100644 --- a/Lib/test/libregrtest/tsan.py +++ b/Lib/test/libregrtest/tsan.py @@ -2,6 +2,7 @@ # chosen because they use threads and run in a reasonable amount of time. TSAN_TESTS = [ + 'test_asyncio.test_free_threading', # TODO: enable more of test_capi once bugs are fixed (GH-116908, GH-116909). 'test_capi.test_mem', 'test_capi.test_pyatomic', _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com