summaryrefslogtreecommitdiffstats
path: root/Python/qsbr.c
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-117657: Fix TSAN race in QSBR assertion (GH-119887) (#119904)Miss Islington (bot)2024-06-011-1/+2
* [3.13] gh-119369: Fix deadlock during thread exit in free-threaded build (GH-...Miss Islington (bot)2024-05-311-0/+5
* [3.13] gh-117657: Fix QSBR race condition (GH-118843) (#118905)Miss Islington (bot)2024-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