Skip to content

Commit

Permalink
pythongh-106597: Remove unnecessary CFrame offsets
Browse files Browse the repository at this point in the history
The PyCFrame structure has been removed in 3.13 therefore its offsets
are no longer available to be exported via the debug offsets structure.
  • Loading branch information
P403n1x87 committed Jul 4, 2024
1 parent 9315688 commit 2a42f7a
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 2a42f7a

Please sign in to comment.