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
/
Modules
/
_testinternalcapi
/
test_lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-140263: Fix data race in test_lock_two_threads (gh-140264)
Sam Gross
2025-10-20
1
-1/+2
*
gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642)
Sam Gross
2025-06-18
1
-1/+4
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
1
-8/+8
*
gh-117657: Fix TSAN race involving import lock (#118523)
Sam Gross
2024-06-06
1
-0/+25
*
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner
2024-05-05
1
-4/+9
*
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner
2024-02-20
1
-3/+3
*
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner
2024-02-20
1
-1/+2
*
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner
2024-02-20
1
-2/+2
*
gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)
Sam Gross
2023-12-16
1
-0/+99
*
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Sam Gross
2023-11-16
1
-0/+32
*
gh-111119: Fix flaky test test_lock_two_threads (gh-111124)
Sam Gross
2023-10-20
1
-4/+12
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
1
-0/+353