aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/tracemalloc.c
Commit message (Expand)AuthorAge
* gh-131296: fix clang-cl warning in tracemalloc.c (#131514)Victor Stinner2025-03-22
* gh-111178: Fix function signatures for multiple tests (#131496)Victor Stinner2025-03-20
* gh-130931: Add pycore_interpframe.h internal header (#131249)Victor Stinner2025-03-19
* gh-130790: Remove references about unicode's readiness from comments (#130801)Sergey Miryanov2025-03-03
* gh-129185: Simplify PyTraceMalloc_Track() (#129256)Victor Stinner2025-01-24
* gh-129185: Use PyMutex in tracemalloc (#129246)Victor Stinner2025-01-24
* gh-129185: Remove internal TRACE_RAW_MALLOC macro (#129218)Victor Stinner2025-01-23
* gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)Victor Stinner2025-01-23
* gh-128679: Use _PyThreadState_GET() in tracemalloc.c (#129126)Victor Stinner2025-01-21
* gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread stat...Peter Bierma2025-01-20
* gh-128679: Fix tracemalloc.stop() race conditions (#128893)Victor Stinner2025-01-16
* gh-128679: Redesign tracemalloc locking (#128888)Victor Stinner2025-01-15
* gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...Sam Gross2024-09-12
* 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