summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_debug_offsets.h
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (GH-138350) (#138356)Miss Islington (bot)2025-09-161-1/+1
* [3.14] gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed s...Miss Islington (bot)2025-06-261-1/+1
* [3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...Pablo Galindo Salgado2025-05-251-0/+15
* [3.14] gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (GH-134286) (...Miss Islington (bot)2025-05-251-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