mirror of https://github.com/python/cpython
gh-106597: Remove unnecessary CFrame offsets (#121369)
This commit is contained in:
parent
17d5b9df10
commit
f5c8d67de6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue