Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 4f17426 + 4b8b86c commit 228ca33Copy full SHA for 228ca33
1 file changed
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