index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
tracemalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-130931: Add pycore_interpframe.h internal header (#131249)
Victor Stinner
2025-03-19
1
-3/+1
*
gh-130790: Remove references about unicode's readiness from comments (#130801)
Sergey Miryanov
2025-03-03
1
-8/+0
*
gh-129185: Simplify PyTraceMalloc_Track() (#129256)
Victor Stinner
2025-01-24
1
-24/+2
*
gh-129185: Use PyMutex in tracemalloc (#129246)
Victor Stinner
2025-01-24
1
-14/+3
*
gh-129185: Remove internal TRACE_RAW_MALLOC macro (#129218)
Victor Stinner
2025-01-23
1
-45/+3
*
gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)
Victor Stinner
2025-01-23
1
-2/+23
*
gh-128679: Use _PyThreadState_GET() in tracemalloc.c (#129126)
Victor Stinner
2025-01-21
1
-7/+2
*
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread stat...
Peter Bierma
2025-01-20
1
-4/+4
*
gh-128679: Fix tracemalloc.stop() race conditions (#128893)
Victor Stinner
2025-01-16
1
-15/+36
*
gh-128679: Redesign tracemalloc locking (#128888)
Victor Stinner
2025-01-15
1
-334/+277
*
gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...
Sam Gross
2024-09-12
1
-2/+2
*
gh-121390: tracemalloc: Fix tracebacks memory leak (#121391)
Josh Brobst
2024-07-05
1
-1/+1
*
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
Victor Stinner
2024-05-21
1
-1/+1
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
1
-1/+9
*
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner
2023-09-06
1
-2/+3
*
Ignore _Py_write_noraise() result: cast to (void) (#108291)
Victor Stinner
2023-08-22
1
-1/+1
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
1
-1/+2
*
GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...
Mark Shannon
2023-05-17
1
-0/+1560