summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_debug_offsets.h
Commit message (Expand)AuthorAgeFilesLines
* gh-138122: Add exception profiling mode to the sampling profiler (#142561)Pablo Galindo Salgado2025-12-111-0/+12
* gh-138122: Don't sample partial frame chains (#141912)Pablo Galindo Salgado2025-12-071-0/+2
* gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (...Pablo Galindo Salgado2025-12-061-0/+2
* GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)Brandt Bucher2025-11-171-0/+2
* gh-135953: Add GIL contention markers to sampling profiler Gecko format (#139...Pablo Galindo Salgado2025-11-171-0/+4
* gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (#138350)Victor Stinner2025-09-011-1/+1
* gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct t...Petr Viktorin2025-06-261-1/+1
* gh-91048: Refactor and optimize remote debugging module (#134652)Pablo Galindo Salgado2025-05-251-0/+15
* gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (#134286)Pablo Galindo Salgado2025-05-201-0/+8
* gh-133256: Add _Py_NONSTRING macro (#133257)Victor Stinner2025-05-011-1/+1
* gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)Chris Eibl2025-04-051-1/+3
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-031-0/+19
* gh-130039: Tailcall for windows builds (GH-130040)Ken Jin2025-03-111-1/+1
* gh-129223: Do not allow the compiler to optimise away symbols for debug secti...Pablo Galindo Salgado2025-01-241-10/+11
* GH-91048: Add utils for capturing async call stack for asyncio programs and e...Yury Selivanov2025-01-221-0/+65
* gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)Eric Snow2024-10-181-0/+269