[3.13] gh-106597: Remove unnecessary CFrame offsets (GH-121369) (#121370)

gh-106597: Remove unnecessary CFrame offsets (GH-121369)
(cherry picked from commit f5c8d67de6)

Co-authored-by: Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-07-04 19:52:03 +02:00 committed by GitHub
parent 868e9ab031
commit 273c993b06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;