]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-106597: Remove unnecessary CFrame offsets (GH-121369) (#121370)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Jul 2024 17:52:03 +0000 (19:52 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jul 2024 17:52:03 +0000 (17:52 +0000)
gh-106597: Remove unnecessary CFrame offsets (GH-121369)
(cherry picked from commit f5c8d67de6c68bea2860d5d96af747c5e95dbf22)

Co-authored-by: Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>
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;