index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
tracemalloc.c
Commit message (
Expand
)
Author
Age
*
gh-131296: fix clang-cl warning in tracemalloc.c (#131514)
Victor Stinner
2025-03-22
*
gh-111178: Fix function signatures for multiple tests (#131496)
Victor Stinner
2025-03-20
*
gh-130931: Add pycore_interpframe.h internal header (#131249)
Victor Stinner
2025-03-19
*
gh-130790: Remove references about unicode's readiness from comments (#130801)
Sergey Miryanov
2025-03-03
*
gh-129185: Simplify PyTraceMalloc_Track() (#129256)
Victor Stinner
2025-01-24
*
gh-129185: Use PyMutex in tracemalloc (#129246)
Victor Stinner
2025-01-24
*
gh-129185: Remove internal TRACE_RAW_MALLOC macro (#129218)
Victor Stinner
2025-01-23
*
gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)
Victor Stinner
2025-01-23
*
gh-128679: Use _PyThreadState_GET() in tracemalloc.c (#129126)
Victor Stinner
2025-01-21
*
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread stat...
Peter Bierma
2025-01-20
*
gh-128679: Fix tracemalloc.stop() race conditions (#128893)
Victor Stinner
2025-01-16
*
gh-128679: Redesign tracemalloc locking (#128888)
Victor Stinner
2025-01-15
*
gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...
Sam Gross
2024-09-12
*
gh-121390: tracemalloc: Fix tracebacks memory leak (#121391)
Josh Brobst
2024-07-05
*
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
Victor Stinner
2024-05-21
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
*
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner
2023-09-06
*
Ignore _Py_write_noraise() result: cast to (void) (#108291)
Victor Stinner
2023-08-22
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
*
GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...
Mark Shannon
2023-05-17