]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-106597: Add more offsets to _Py_DebugOffsets (GH-121311) (#121312)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Jul 2024 09:18:15 +0000 (11:18 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2024 09:18:15 +0000 (09:18 +0000)
commitd3e586e652e1884fc6e337973c39bedb903777bc
tree605baa9df608bb0f9bffbb81bf97ae1700bdc3d3
parentdacf4ffa7982e13dce87ecb61b3b21e99375298a
[3.13] gh-106597: Add more offsets to _Py_DebugOffsets (GH-121311) (#121312)

gh-106597: Add more offsets to _Py_DebugOffsets (GH-121311)

Add more offsets to _Py_DebugOffsets

We add a few more offsets that are required by some out-of-process
tools, such as [Austin](https://github.com/p403n1x87/austin).
(cherry picked from commit c9bdfbe86853fcf5f2b7dce3a50b383e23384ed2)

Co-authored-by: Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>
Include/internal/pycore_runtime.h
Include/internal/pycore_runtime_init.h