summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_mem.py
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect usage of ``support.requires_gil_enabled`` (#118170)Kirill Podoprigora2024-04-251-1/+1
* gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)Sam Gross2024-04-041-2/+2
* GH-115776: Embed the values array into the object, for "normal" Python object...Mark Shannon2024-04-021-2/+2
* gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)Sam Gross2023-12-121-0/+7
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-0/+3
* gh-106320: Remove private _PyObject C API (#107147)Victor Stinner2023-07-231-9/+8
* gh-93649: Split tracemalloc tests from _testcapimodule.c (#99551)Erlend E. Aasland2022-12-171-0/+169