index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
tsan
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-133467: Fix typeobject `tp_base` race in free threading (gh-140549)
Edward Xu
2025-11-05
1
-4/+0
*
gh-137238: Fix data race in `_Py_slot_tp_getattr_hook` (gh-137240)
Sam Gross
2025-08-05
1
-1/+0
*
gh-133467: fix data race in `type_set_name` (#137302)
Kumar Aditya
2025-08-01
1
-2/+0
*
gh-127266: avoid data races when updating type slots (gh-133177)
Neil Schemenauer
2025-05-28
1
-7/+0
*
gh-133467: Add TSAN suppressions for races in typeobject (gh-133534)
Neil Schemenauer
2025-05-08
1
-1/+9
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
2025-04-29
1
-1/+7
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
2025-04-28
1
-7/+1
*
gh-132070: add `PyObject_Realloc` suppression in free-threading (#132468)
Kumar Aditya
2025-04-16
1
-0/+4
*
gh-116738: remove multiprocessing suppressions (#131319)
Kumar Aditya
2025-03-17
1
-2/+0
*
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross
2025-03-06
2
-12/+0
*
gh-124878: Add temporary TSAN suppression for free_threadstate (gh-130602)
Sam Gross
2025-02-28
2
-1/+4
*
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross
2025-02-20
2
-9/+0
*
gh-115999: Make list and tuple iteration more thread-safe. (#128637)
T. Wouters
2025-02-19
1
-2/+9
*
gh-117657: Enable test_opcache under TSAN (GH-129831)
Sam Gross
2025-02-11
1
-0/+3
*
gh-117657: Include all of test_free_threading in TSAN tests (#129749)
Sam Gross
2025-02-06
1
-0/+6
*
gh-117657: Fix data race in `new_reference` for free threaded build (gh-129665)
Bogdan Romanyuk
2025-02-06
1
-1/+0
*
Merge TSAN test matrices in CI (#123278)
🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
2025-01-29
1
-0/+0
*
gh-117657: Fix file descriptor race in test_socket.py (#123697)
Nadeshiko Manju
2024-09-06
1
-2/+0
*
gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build (#12...
Sam Gross
2024-07-30
1
-1/+0
*
gh-122201: Lock mutex when setting handling_thread to NULL (#122204)
Sam Gross
2024-07-26
1
-1/+0
*
gh-117657: Remove TSAN suppressions for _abc.c (#121508)
Sam Gross
2024-07-10
1
-2/+0
*
gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551)
Sam Gross
2024-07-10
1
-8/+0
*
gh-117657: Fix TSAN races in setobject.c (#121511)
Sam Gross
2024-07-09
1
-3/+0
*
gh-117657: Fix data races reported by TSAN in some set methods (#120914)
AN Long
2024-07-01
1
-1/+0
*
gh-117657: Use critical section to make _socket.socket.close thread safe (GH-...
AN Long
2024-07-01
1
-1/+0
*
gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)
Daniele Parmeggiani
2024-06-17
1
-2/+0
*
gh-117657: Fix TSan reported data race on ioctl_works (#120175)
Sam Gross
2024-06-17
1
-1/+0
*
gh-117657: Add TSAN suppression for set_default_allocator_unlocked (#120500)
AN Long
2024-06-14
1
-0/+2
*
gh-117657: Make PyType_HasFeature atomic (GH-120210)
Ken Jin
2024-06-13
1
-1/+0
*
gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)
Ken Jin
2024-06-12
1
-2/+0
*
gh-117657: Fix TSAN race involving import lock (#118523)
Sam Gross
2024-06-06
1
-4/+0
*
gh-117657: Fix race involving GC and heap initialization (#119923)
Sam Gross
2024-06-04
1
-3/+0
*
gh-117657: Fix race involving immortalizing objects (#119927)
Sam Gross
2024-06-03
1
-2/+0
*
gh-117657: Avoid `sem_clockwait` in TSAN (#119915)
Sam Gross
2024-06-03
1
-9/+0
*
gh-117657: Fix data races report by TSAN unicode-hash (gh-119907)
Donghee Na
2024-06-03
1
-1/+0
*
gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (#119921)
Sam Gross
2024-06-02
1
-1/+0
*
gh-117657: Add TSAN suppression for `set_discard_entry` (#119908)
Sam Gross
2024-06-01
1
-0/+2
*
gh-117657: Fix TSAN race in QSBR assertion (#119887)
Sam Gross
2024-06-01
1
-2/+0
*
gh-117657: Fix TSAN race in free-threaded GC (#119883)
Sam Gross
2024-06-01
1
-3/+0
*
gh-117657: Fix itertools.count thread safety (#119268)
Arnon Yaari
2024-05-21
1
-1/+0
*
gh-117657: Log TSAN warnings to separate files and archive them (#118747)
mpage
2024-05-10
1
-0/+3
*
gh-117657: Fix QSBR race condition (#118843)
Alex Turner
2024-05-10
1
-1/+0
*
gh-117657: Fix data races reported by TSAN on `interp->threads.main` (#118865)
mpage
2024-05-10
1
-2/+0
*
gh-117657: Replace TSAN suppresions with more specific rules (#118722)
Brett Simmers
2024-05-09
1
-24/+81
*
gh-117657: Fix data races when writing / reading `ob_gc_bits` (#118292)
mpage
2024-05-08
1
-3/+0
*
gh-117657: Disable the function/code cache in free-threaded builds (#118301)
mpage
2024-05-03
1
-1/+0
*
gh-117657: TSAN fix race on `gstate->young.count` (#118313)
Alex Turner
2024-04-29
1
-1/+0
*
gh-117657: Fix race data race in `_Py_IsOwnedByCurrentThread()` (#118258)
mpage
2024-04-26
1
-1/+0
*
gh-117657: Fixes a few small TSAN issues in dictobject (#118200)
Dino Viehland
2024-04-25
1
-3/+0
*
gh-117657: Add a couple more TSAN suppressions (#118256)
mpage
2024-04-25
1
-0/+5
[next]