]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-106597: Remove unnecessary CFrame offsets (#121369)
authorGabriele N. Tornetta <P403n1x87@users.noreply.github.com>
Thu, 4 Jul 2024 17:28:23 +0000 (18:28 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Jul 2024 17:28:23 +0000 (17:28 +0000)
Include/internal/pycore_runtime.h

index bc67377a89c17fd703267ebd0a427992737a459f..d4ffd977940a0221d5038d6adf612fd3fbffc79e 100644 (file)
@@ -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;