summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/mem.c
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#1292...Victor Stinner2025-01-231-2/+11
* [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...Antoine Pitrou2024-03-181-2/+2
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-221-1/+1
* gh-93649: Split tracemalloc tests from _testcapimodule.c (#99551)Erlend E. Aasland2022-12-171-0/+81
* gh-93649: Split memory and docstring tests from _testcapimodule.c (#99517)Erlend E. Aasland2022-11-161-0/+643