diff options
Diffstat (limited to 'Include/internal/pycore_tstate.h')
-rw-r--r-- | Include/internal/pycore_tstate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/internal/pycore_tstate.h b/Include/internal/pycore_tstate.h index 97aa85a..7fb9ab2 100644 --- a/Include/internal/pycore_tstate.h +++ b/Include/internal/pycore_tstate.h @@ -28,6 +28,7 @@ typedef struct _PyThreadStateImpl { PyThreadState base; #ifdef Py_GIL_DISABLED + struct _gc_thread_state gc; struct _mimalloc_thread_state mimalloc; struct _Py_object_freelists freelists; struct _brc_thread_state brc; |