Skip to content

Commit

Permalink
gh-106597: Remove unnecessary CFrame offsets (#121369)
Browse files Browse the repository at this point in the history
  • Loading branch information
P403n1x87 authored Jul 4, 2024
1 parent 17d5b9d commit f5c8d67
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Include/internal/pycore_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f5c8d67

Please sign in to comment.