COMMITS
/ Python/parking_lot.c September 16, 2025
S
gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)
Sam Gross committed
June 4, 2025
S
gh-135099: Only wait on `_PyOS_SigintEvent()` in main thread (GH-135100)
Sam Gross committed
November 11, 2024
E
gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)
Eric Snow committed
October 17, 2024
S
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
Sam Gross committed
October 5, 2024
D
gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-124914)
Donghee Na committed
June 3, 2024
S
gh-117657: Avoid `sem_clockwait` in TSAN (#119915)
Sam Gross committed
May 5, 2024
V
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner committed
April 23, 2024
March 8, 2024
S
gh-108724: Fix _PySemaphore_Wait call during thread deletion (#116483)
Sam Gross committed
February 20, 2024
V
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner committed
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
February 5, 2024
January 30, 2024
M
December 6, 2023
M
gh-112606: Use sem_clockwait with monotonic time when supported in parking_lot.c (gh-112733)
Matt Prodani committed
September 19, 2023
S
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross committed