summaryrefslogtreecommitdiffstats
path: root/Tools/tsan
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-117657: Fix `__slots__` thread safety in free-threaded build (GH-1...Miss Islington (bot)2024-06-171-2/+0
* [3.13] gh-117657: Fix TSan reported data race on ioctl_works (GH-120175) (#12...Miss Islington (bot)2024-06-171-1/+0
* [3.13] gh-117657: Add TSAN suppression for set_default_allocator_unlocked (GH...Miss Islington (bot)2024-06-141-0/+2
* [3.13] gh-117657: Make PyType_HasFeature atomic (GH-120210) (#120443)Miss Islington (bot)2024-06-131-1/+0
* [3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-12...Miss Islington (bot)2024-06-121-2/+0
* [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)Miss Islington (bot)2024-06-061-4/+0
* [3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (...Miss Islington (bot)2024-06-041-3/+0
* [3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007)Sam Gross2024-06-031-1/+0
* [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)Sam Gross2024-06-031-2/+0
* [3.13] gh-117657: Avoid `sem_clockwait` in TSAN (GH-119915) (#119992)Miss Islington (bot)2024-06-031-9/+0
* [3.13] gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) (gh-...Miss Islington (bot)2024-06-031-1/+0
* [3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-11992...Miss Islington (bot)2024-06-021-1/+0
* [3.13] gh-117657: Add TSAN suppression for `set_discard_entry` (GH-119908) (#...Miss Islington (bot)2024-06-011-0/+2
* [3.13] gh-117657: Fix TSAN race in QSBR assertion (GH-119887) (#119904)Miss Islington (bot)2024-06-011-2/+0
* [3.13] gh-117657: Fix TSAN race in free-threaded GC (GH-119883) (#119903)Miss Islington (bot)2024-06-011-3/+0
* [3.13] gh-117657: Log TSAN warnings to separate files and archive them (GH-11...Miss Islington (bot)2024-05-101-0/+3
* [3.13] gh-117657: Fix QSBR race condition (GH-118843) (#118905)Miss Islington (bot)2024-05-101-1/+0
* [3.13] gh-117657: Fix data races reported by TSAN on `interp->threads.main` (...Miss Islington (bot)2024-05-101-2/+0
* [3.13] gh-117657: Replace TSAN suppresions with more specific rules (GH-11872...Miss Islington (bot)2024-05-091-24/+81
* [3.13] gh-117657: Fix data races when writing / reading `ob_gc_bits` (GH-1182...Miss Islington (bot)2024-05-081-3/+0
* gh-117657: Disable the function/code cache in free-threaded builds (#118301)mpage2024-05-031-1/+0
* gh-117657: TSAN fix race on `gstate->young.count` (#118313)Alex Turner2024-04-291-1/+0
* gh-117657: Fix race data race in `_Py_IsOwnedByCurrentThread()` (#118258)mpage2024-04-261-1/+0
* gh-117657: Fixes a few small TSAN issues in dictobject (#118200)Dino Viehland2024-04-251-3/+0
* gh-117657: Add a couple more TSAN suppressions (#118256)mpage2024-04-251-0/+5
* gh-117657: Fix data race in `_Py_IsImmortal` (#118261)mpage2024-04-251-1/+0
* gh-117657: use relaxed loads for checking dict keys immortality (#118067)Dino Viehland2024-04-191-2/+0
* gh-117657: Quiet erroneous TSAN reports of data races in `_PySeqLock` (#117955)mpage2024-04-171-2/+0
* gh-117657: Fix data races in the method cache in free-threaded builds (#117954)mpage2024-04-171-1/+0
* gh-117657: Add TSAN suppressions for the free-threaded build (#117736)mpage2024-04-152-3/+53
* gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)Donghee Na2024-03-151-0/+5