We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7591538 commit c1f6b6eCopy full SHA for c1f6b6e
Include/pystate.h
@@ -173,11 +173,9 @@ PyAPI_FUNC(void) _PyGILState_Reinit(void);
173
* the caller needn't check for NULL). */
174
PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
175
176
-#ifdef WITH_THREAD
177
/* Similar to PyThreadState_Get(), but don't issue a fatal error
178
* if it is NULL. */
179
PyAPI_FUNC(PyThreadState *) _PyThreadState_UncheckedGet(void);
180
-#endif
181
182
PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
183
PyAPI_FUNC(PyObject *) PyThreadState_GetDict(void);
0 commit comments