File tree Expand file tree Collapse file tree
src/pystack/_pystack/cpython Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -304,7 +304,6 @@ typedef struct _Py_DebugOffsets
304304 uint64_t instr_ptr;
305305 uint64_t localsplus;
306306 uint64_t owner;
307- uint64_t tlbc_index;
308307 } interpreter_frame;
309308
310309 // Code object offset;
@@ -320,7 +319,6 @@ typedef struct _Py_DebugOffsets
320319 uint64_t localsplusnames;
321320 uint64_t localspluskinds;
322321 uint64_t co_code_adaptive;
323- uint64_t co_tlbc;
324322 } code_object;
325323
326324 // PyObject offset;
@@ -483,6 +481,7 @@ typedef struct _Py_DebugOffsets
483481 uint64_t localsplus;
484482 uint64_t owner;
485483 uint64_t stackpointer;
484+ uint64_t tlbc_index;
486485 } interpreter_frame;
487486
488487 // Code object offset;
@@ -498,6 +497,7 @@ typedef struct _Py_DebugOffsets
498497 uint64_t localsplusnames;
499498 uint64_t localspluskinds;
500499 uint64_t co_code_adaptive;
500+ uint64_t co_tlbc;
501501 } code_object;
502502
503503 // PyObject offset;
You can’t perform that action at this time.
0 commit comments