Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |