File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ PyAPI_FUNC(void) PyThreadState_LeaveTracing(PyThreadState *tstate);
250250
251251#ifdef Py_STATS
252252#if defined(HAVE_THREAD_LOCAL ) && !defined(Py_BUILD_CORE_MODULE )
253- extern _Py_thread_local PyThreadState * _Py_tss_tstate ;
253+ extern _Py_thread_local PyThreadState * _Py_tss_tstate ;
254254
255255static inline PyStats *
256256_PyThreadState_GetStatsFast (void )
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ PyAPI_FUNC(PyStats *) _PyStats_GetLocal(void);
197197
198198#if defined(HAVE_THREAD_LOCAL ) && !defined(Py_BUILD_CORE_MODULE )
199199// use inline function version defined in cpython/pystate.h
200- static inline PyStats * _PyThreadState_GetStatsFast (void );
200+ static inline PyStats * _PyThreadState_GetStatsFast (void );
201201#define _PyStats_GET _PyThreadState_GetStatsFast
202202#else
203203#define _PyStats_GET _PyStats_GetLocal
You can’t perform that action at this time.
0 commit comments