aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/tracemalloc.c
Commit message (Expand)AuthorAge
* gh-121390: tracemalloc: Fix tracebacks memory leak (#121391)Josh Brobst2024-07-05
* gh-111389: Add PyHASH_MULTIPLIER constant (#119214)Victor Stinner2024-05-21
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-02
* gh-108765: Cleanup #include in Python/*.c files (#108977)Victor Stinner2023-09-06
* Ignore _Py_write_noraise() result: cast to (void) (#108291)Victor Stinner2023-08-22
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-14
* GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...Mark Shannon2023-05-17