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
/
Python
/
parking_lot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)
Eric Snow
2024-11-11
1
-2/+1
*
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
Sam Gross
2024-10-17
1
-2/+15
*
gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-124914)
Donghee Na
2024-10-05
1
-1/+8
*
gh-117657: Avoid `sem_clockwait` in TSAN (#119915)
Sam Gross
2024-06-03
1
-1/+1
*
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner
2024-05-05
1
-5/+12
*
gh-117657: Quiet TSAN warnings about remaining non-atomic accesses of `tstate...
mpage
2024-04-23
1
-1/+2
*
gh-108724: Fix _PySemaphore_Wait call during thread deletion (#116483)
Sam Gross
2024-03-08
1
-4/+6
*
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner
2024-02-20
1
-4/+4
*
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner
2024-02-20
1
-4/+5
*
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner
2024-02-20
1
-6/+6
*
gh-114944: Fix race between `_PyParkingLot_Park` and `_PyParkingLot_UnparkAll...
mpage
2024-02-05
1
-2/+2
*
gh-112606: Use pthread_cond_timedwait_relative_np() in parking_lot.c when ava...
Matt Prodani
2024-01-30
1
-1/+5
*
gh-112606: Use sem_clockwait with monotonic time when supported in parking_lo...
Matt Prodani
2023-12-06
1
-2/+11
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
1
-0/+370