COMMITS
/ Include/internal/pycore_debug_offsets.h March 28, 2026
S
GH-146527: Add more data to GC statistics and add it to PyDebugOffsets (#146532)
Sergey Miryanov committed
December 11, 2025
P
gh-138122: Add exception profiling mode to the sampling profiler (#142561)
Pablo Galindo Salgado committed
December 7, 2025
P
gh-138122: Don't sample partial frame chains (#141912)
Pablo Galindo Salgado committed
December 6, 2025
P
gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (#142137)
Pablo Galindo Salgado committed
November 17, 2025
B
GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)
Brandt Bucher committed
P
gh-135953: Add GIL contention markers to sampling profiler Gecko format (#139485)
Pablo Galindo Salgado committed
September 1, 2025
V
gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (#138350)
Victor Stinner committed
June 26, 2025
P
gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag (GH-135924)
Petr Viktorin committed
May 25, 2025
P
gh-91048: Refactor and optimize remote debugging module (#134652)
Pablo Galindo Salgado committed
May 20, 2025
P
gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (#134286)
Pablo Galindo Salgado committed
May 1, 2025
V
gh-133256: Add _Py_NONSTRING macro (#133257)
Victor Stinner committed
April 5, 2025
C
gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)
Chris Eibl committed
April 3, 2025
P
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado committed
March 11, 2025
K
gh-130039: Tailcall for windows builds (GH-130040)
Ken Jin committed
January 24, 2025
P
gh-129223: Do not allow the compiler to optimise away symbols for debug sections (#129225)
Pablo Galindo Salgado committed
January 22, 2025
Y
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed