Tin mới
gh-151613: Fix remote debugging frame cache ABA (#151614)
gh-146462: Add dict introspection debug offsets (#148633)
gh-149214: Fix non ascii characters in remote debugging (#149228)
GH-146527: Add more data to GC statistics and add it to PyDebugOffsets (#146532)
gh-138122: Add exception profiling mode to the sampling profiler (#142561)
gh-138122: Don't sample partial frame chains (#141912)
gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (#142137)
GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)
gh-135953: Add GIL contention markers to sampling profiler Gecko format (#139485)
gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (#138350)
gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag (GH-135924)
gh-91048: Refactor and optimize remote debugging module (#134652)
gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (#134286)
gh-133256: Add _Py_NONSTRING macro (#133257)
gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)
gh-131591: Implement PEP 768 (#131937)
gh-130039: Tailcall for windows builds (GH-130040)
gh-129223: Do not allow the compiler to optimise away symbols for debug sections (#129225)

gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)