From: Gabriele N. Tornetta Date: Thu, 4 Jul 2024 17:28:23 +0000 (+0100) Subject: gh-106597: Remove unnecessary CFrame offsets (#121369) X-Git-Tag: v3.14.0a1~1223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5c8d67de6c68bea2860d5d96af747c5e95dbf22;p=thirdparty%2FPython%2Fcpython.git gh-106597: Remove unnecessary CFrame offsets (#121369) --- diff --git a/Include/internal/pycore_runtime.h b/Include/internal/pycore_runtime.h index bc67377a89c1..d4ffd977940a 100644 --- a/Include/internal/pycore_runtime.h +++ b/Include/internal/pycore_runtime.h @@ -98,13 +98,6 @@ typedef struct _Py_DebugOffsets { uint64_t owner; } interpreter_frame; - // CFrame offset; - struct _cframe { - uint64_t size; - uint64_t current_frame; - uint64_t previous; - } cframe; - // Code object offset; struct _code_object { uint64_t size;