This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-28 05:35:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
test
/
test_free_threading
History
Peter Bierma
8611f74e08
gh-142975: During GC, mark frozen objects with a merged zero refcount for destruction (GH-143156)
2025-12-25 16:31:41 +00: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
…
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
gh-142975: During GC, mark frozen objects with a merged zero refcount for destruction (GH-143156)
2025-12-25 16:31:41 +00:00
test_generators.py
gh-120321: Make gi_frame_state transitions atomic in FT build (gh-142599)
2025-12-19 19:10:37 +00:00
test_grp.py
…
test_heapq.py
…
test_io.py
…
test_iteration.py
…
test_itertools_combinatoric.py
…
test_itertools.py
…
test_json.py
…
test_list.py
gh-129069: fix more thread safety issues in
list
(
#143019
)
2025-12-22 21:45:28 +05:30
test_lzma.py
…
test_methodcaller.py
…
test_mmap.py
…
test_monitoring.py
…
test_pwd.py
…
test_races.py
…
test_re.py
…
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
…
test_syslog.py
…
test_tokenize.py
…
test_type.py
…
test_uuid.py
…
test_zip.py
…
test_zlib.py
…