8000 Fix default build · python/cpython@a33b739 · GitHub
[go: up one dir, main page]

Skip to content

Commit a33b739

Browse files
committed
Fix default build
1 parent ede08ee commit a33b739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Include/internal/pycore_tstate.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ typedef struct _PyThreadStateImpl {
2020
// semi-public fields are in PyThreadState.
2121
PyThreadState base;
2222

23+
struct _qsbr_thread_state *qsbr; // only used by free-threaded build
24+
2325
#ifdef Py_GIL_DISABLED
24-
struct _qsbr_thread_state *qsbr;
2526
struct _mimalloc_thread_state mimalloc;
2627
struct _Py_freelist_state freelist_state;
2728
#endif

0 commit comments

Comments
 (0)
0