Skip to content

Commit 273c993

Browse files
[3.13] gh-106597: Remove unnecessary CFrame offsets (GH-121369) (#121370)
gh-106597: Remove unnecessary CFrame offsets (GH-121369) (cherry picked from commit f5c8d67) Co-authored-by: Gabriele N. Tornetta <[email protected]>
1 parent 868e9ab commit 273c993

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Include/internal/pycore_runtime.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,6 @@ typedef struct _Py_DebugOffsets {
9898
uint64_t owner;
9999
} interpreter_frame;
100100

101-
// CFrame offset;
102-
struct _cframe {
103-
uint64_t size;
104-
uint64_t current_frame;
105-
uint64_t previous;
106-
} cframe;
107-
108101
// Code object offset;
109102
struct _code_object {
110103
uint64_t size;

0 commit comments

Comments
 (0)