mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-108035: Remove the _PyCFrame
struct as it is no longer needed for performance. (GH-108036)
This commit is contained in:
parent
33e6e3fec0
commit
006e44f950
21 changed files with 66 additions and 103 deletions
|
@ -80,7 +80,7 @@ typedef struct _Py_DebugOffsets {
|
|||
off_t prev;
|
||||
off_t next;
|
||||
off_t interp;
|
||||
off_t cframe;
|
||||
off_t current_frame;
|
||||
off_t thread_id;
|
||||
off_t native_thread_id;
|
||||
} thread_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue