summaryrefslogtreecommitdiffstats
path: root/Python/critical_section.c
Commit message (Expand)AuthorAgeFilesLines
* gh-140795: fetch thread state once on fast path for critical sections (#141406)Kumar Aditya2025-11-211-10/+8
* gh-114203: skip locking if object is already locked by two-mutex critical sec...Kumar Aditya2025-11-141-5/+18
* gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)Nathan Goldbaum2025-07-211-0/+18
* gh-114203: Optimise simple recursive critical sections (#128126)T. Wouters2024-12-231-7/+17
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-211-29/+77
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-201-1/+1
* gh-111569: Implement Python critical section API (gh-111571)Sam Gross2023-11-081-0/+100