mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Added a critical section to protect the states of `ReaderObj` and `WriterObj` in the free-threading build. Without the critical sections, both new free-threading tests were crashing.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_bisect.py | ||
| test_code.py | ||
| test_cprofile.py | ||
| test_csv.py | ||
| test_dbm_gnu.py | ||
| test_dict.py | ||
| test_enumerate.py | ||
| test_func_annotations.py | ||
| test_functools.py | ||
| test_gc.py | ||
| test_grp.py | ||
| test_heapq.py | ||
| test_io.py | ||
| test_iteration.py | ||
| test_itertools_batched.py | ||
| test_list.py | ||
| test_methodcaller.py | ||
| test_mmap.py | ||
| test_monitoring.py | ||
| test_races.py | ||
| test_resource.py | ||
| test_reversed.py | ||
| test_set.py | ||
| test_slots.py | ||
| test_str.py | ||
| test_tokenize.py | ||
| test_type.py | ||
| test_uuid.py | ||
| test_zip.py | ||