Skip to content

Commit f5c8d67

Browse files
authored
gh-106597: Remove unnecessary CFrame offsets (#121369)
1 parent 17d5b9d commit f5c8d67

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Include/internal/pycore_runtime.h

-7
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)