summaryrefslogtreecommitdiffstats
path: root/Python/tracemalloc.c
Commit message (Expand)AuthorAgeFilesLines
* gh-130931: Add pycore_interpframe.h internal header (#131249)Victor Stinner2025-03-191-3/+1
* gh-130790: Remove references about unicode's readiness from comments (#130801)Sergey Miryanov2025-03-031-8/+0
* gh-129185: Simplify PyTraceMalloc_Track() (#129256)Victor Stinner2025-01-241-24/+2
* gh-129185: Use PyMutex in tracemalloc (#129246)Victor Stinner2025-01-241-14/+3
* gh-129185: Remove internal TRACE_RAW_MALLOC macro (#129218)Victor Stinner2025-01-231-45/+3
* gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)Victor Stinner2025-01-231-2/+23
* gh-128679: Use _PyThreadState_GET() in tracemalloc.c (#129126)Victor Stinner2025-01-211-7/+2
* gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread stat...Peter Bierma2025-01-201-4/+4
* gh-128679: Fix tracemalloc.stop() race conditions (#128893)Victor Stinner2025-01-161-15/+36
* gh-128679: Redesign tracemalloc locking (#128888)Victor Stinner2025-01-151-334/+277
* gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...Sam Gross2024-09-121-2/+2
* gh-121390: tracemalloc: Fix tracebacks memory leak (#121391)Josh Brobst2024-07-051-1/+1
* gh-111389: Add PyHASH_MULTIPLIER constant (#119214)Victor Stinner2024-05-211-1/+1
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-021-1/+9
* gh-108765: Cleanup #include in Python/*.c files (#108977)Victor Stinner2023-09-061-2/+3
* Ignore _Py_write_noraise() result: cast to (void) (#108291)Victor Stinner2023-08-221-1/+1
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-141-1/+2
* GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...Mark Shannon2023-05-171-0/+1560