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
*
[3.13] gh-127316: fix incorrect assertion in setting `__class__` in free-thre...
Miss Islington (bot)
2024-11-29
1
-0/+15
*
[3.13] gh-127020: Make `PyCode_GetCode` thread-safe for free threading (GH-12...
Miss Islington (bot)
2024-11-21
1
-0/+30
*
[3.13] gh-125859: Fix crash when `gc.get_objects` is called during GC (GH-125...
Miss Islington (bot)
2024-10-24
1
-0/+61
*
[3.13] Fix typos (#123775) (#123866)
Victor Stinner
2024-10-07
1
-1/+1
*
[3.13] gh-124402: Speed up test_free_threading and test_super (#124491) (#124...
Victor Stinner
2024-09-26
3
-47/+41
*
[3.13] gh-124402: Require cpu resource in test_free_threading (#124438) (#124...
Victor Stinner
2024-09-24
3
-0/+8
*
[3.13] gh-120317: Lock around global state in the tokenize module (GH-120318)...
Miss Islington (bot)
2024-07-16
1
-0/+57
*
[3.13] gh-120198: Stop the world when setting __class__ on free-threaded buil...
Ken Jin
2024-07-12
1
-1/+1
*
[3.13] gh-120659: Skip `test_freethreading` with GIL (GH-120660) (#120694)
Miss Islington (bot)
2024-06-18
1
-0/+4
*
[3.13] gh-117657: Fix `__slots__` thread safety in free-threaded build (GH-1...
Miss Islington (bot)
2024-06-17
1
-0/+43
*
[3.13] gh-120579: Guard `_testcapi` import in `test_free_threading` (GH-12058...
Miss Islington (bot)
2024-06-16
1
-1/+6
*
[3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-12...
Miss Islington (bot)
2024-06-12
1
-0/+26
*
gh-120198: Fix race condition when editing __class__ with an audit hook activ...
Miss Islington (bot)
2024-06-11
1
-0/+1
*
[3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...
Miss Islington (bot)
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