Skip to content

Commit b3b608b

Browse files
committed
fix
1 parent f0ccb28 commit b3b608b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_tstate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ typedef struct _PyThreadStateImpl {
151151
#endif
152152
#if _Py_TIER2
153153
_PyJitTracerState jit_tracer_state;
154-
_PyPolicy policy;
155154
#endif
155+
_PyPolicy policy;
156156
} _PyThreadStateImpl;
157157

158158
#ifdef __cplusplus

0 commit comments

Comments
 (0)