summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace PyObject_Del with PyObject_Free (#122453)Victor Stinner2024-08-011-1/+1
* gh-118362: Fix thread safety around lookups from the type cache in the face o...Dino Viehland2024-05-061-1/+2
* gh-113750: Fix object resurrection in free-threaded builds (gh-113751)Sam Gross2024-01-061-3/+1
* gh-93649: Split gc- and allocation tests from _testcapimodule.c (GH-104403)Jurica Bradarić2023-05-121-0/+344