cpython/Lib/test/test_free_threading
Sam Gross a025f27d94
gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923)
The write of the item to the list needs to use an atomic operation in
the free threading build.

Co-authored-by: Tomasz Pytel <tompytel@gmail.com>
2025-03-06 15:59:48 -05:00
..
__init__.py
test_code.py
test_dict.py
test_func_annotations.py gh-128714: Fix function object races in __annotate__, __annotations__ and __type_params__ in free-threading build (#129016) 2025-02-06 20:10:50 +05:30
test_gc.py
test_iteration.py gh-115999: Make list and tuple iteration more thread-safe. (#128637) 2025-02-18 16:52:46 -08:00
test_list.py gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923) 2025-03-06 15:59:48 -05:00
test_methodcaller.py
test_monitoring.py
test_races.py
test_set.py gh-129967: Fix race condition in repr(set) (gh-129978) 2025-02-11 17:29:27 -05:00
test_slots.py
test_str.py
test_tokenize.py
test_type.py
test_zip.py