Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-106597: Remove unnecessary CFrame offsets #121369

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading