cpython/Lib/test/test_free_threading
Alper 1a9cdaf63a
gh-116738: Make _bz2 module thread-safe (gh-142756)
Make the attributes in _bz2 module thread-safe on the free-threading build.
Attributes (eof, needs_input, unused_data) are now stored atomically or
accessed via mutex-protected getters.
2025-12-15 12:47:04 -05:00
..
__init__.py
test_bisect.py
test_bz2.py gh-116738: Make _bz2 module thread-safe (gh-142756) 2025-12-15 12:47:04 -05:00
test_capi.py gh-137422: Fix race condition in PyImport_AddModuleRef (gh-141822) 2025-11-21 13:30:33 -05:00
test_code.py
test_cprofile.py
test_csv.py gh-116738: Make csv module thread-safe (gh-141365) 2025-11-21 11:22:31 -05:00
test_dbm_gnu.py
test_dict.py
test_enumerate.py
test_func_annotations.py
test_functools.py
test_gc.py
test_generators.py
test_grp.py
test_heapq.py
test_io.py
test_iteration.py
test_itertools.py
test_itertools_combinatoric.py
test_json.py
test_list.py
test_lzma.py gh-116738: use PyMutex in lzma module (#140711) 2025-11-12 02:01:55 +05:30
test_methodcaller.py
test_mmap.py
test_monitoring.py gh-129441: Fix some flakiness in test_instrumentation (gh-141881) 2025-11-24 11:19:07 -05:00
test_pwd.py
test_races.py
test_re.py gh-116738: Fix thread-safety issue in re module for free threading (gh-141923) 2025-11-26 15:40:45 -05:00
test_resource.py
test_reversed.py
test_set.py Use threading.Event rather than boolean flag. (gh-142722) 2025-12-14 12:42:11 -08:00
test_slots.py
test_str.py
test_suggestions.py gh-116738: Make _suggestions module thread-safe (gh-140321) 2025-10-22 09:14:48 +09:00
test_syslog.py
test_tokenize.py
test_type.py gh-133467: Fix typeobject tp_base race in free threading (gh-140549) 2025-11-05 16:20:40 -05:00
test_uuid.py gh-116738: test uuid module thread safety in free-threading (#140068) 2025-10-16 23:57:51 +05:30
test_zip.py
test_zlib.py gh-116738: Make zlib module thread-safe (gh-142432) 2025-12-12 13:14:42 -05:00