summaryrefslogtreecommitdiffstats
path: root/Python/qsbr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments (#120481)Xie Yanbo2024-06-201-2/+2
* gh-117657: Fix TSAN race in QSBR assertion (#119887)Sam Gross2024-06-011-1/+2
* gh-119369: Fix deadlock during thread exit in free-threaded build (#119528)Sam Gross2024-05-311-0/+5
* gh-117657: Fix QSBR race condition (#118843)Alex Turner2024-05-101-5/+6
* gh-115103: Fix unregistering of QSBR state (#116480)Sam Gross2024-03-081-3/+7
* gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)Sam Gross2024-03-061-10/+2
* gh-115103: Implement delayed memory reclamation (QSBR) (#115180)Sam Gross2024-02-161-0/+286