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
/
Lib
/
test
/
test_free_threading
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-120317: Lock around global state in the tokenize module (#120318)
Lysandros Nikolaou
2024-07-16
1
-0/+57
*
gh-120198: Stop the world when setting __class__ on free-threaded build (GH-1...
Ken Jin
2024-07-10
1
-1/+1
*
gh-120659: Skip `test_freethreading` with GIL (#120660)
Nice Zombies
2024-06-18
1
-0/+4
*
gh-120417: Remove unused imports in tests (part 2) (#120630)
Victor Stinner
2024-06-17
2
-2/+1
*
gh-117657: Fix `__slots__` thread safety in free-threaded build (#119368)
Daniele Parmeggiani
2024-06-17
1
-0/+43
*
gh-120579: Guard `_testcapi` import in `test_free_threading` (#120580)
Nikita Sobolev
2024-06-16
1
-1/+6
*
gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)
Ken Jin
2024-06-12
1
-0/+26
*
gh-120198: Fix race condition when editing __class__ with an audit hook activ...
Ken Jin
2024-06-11
1
-0/+1
*
gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (#...
Josh {*()} Rosenberg
2024-05-22
1
-0/+75
*
gh-112075: use per-thread dict version pool (#118676)
Dino Viehland
2024-05-07
1
-0/+36
*
gh-118362: Skip tests when threading isn't available (#118666)
Dino Viehland
2024-05-06
3
-16/+16
*
gh-112075: Fix race in constructing dict for instance (#118499)
Dino Viehland
2024-05-06
1
-0/+141
*
gh-118415: Fix issues with local tracing being enabled/disabled on a function...
Dino Viehland
2024-05-06
1
-13/+26
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
1
-0/+112
*
gh-117657: Fix TSAN list set failure (#118260)
Dino Viehland
2024-05-02
1
-0/+80
*
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...
Dino Viehland
2024-04-19
2
-0/+239