mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
[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:
parent
868e9ab031
commit
273c993b06
1 changed files with 0 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue