8000
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 9ac11f1 commit d05d4a0Copy full SHA for d05d4a0
Include/internal/pycore_pystate.h
@@ -60,14 +60,6 @@ _Py_ThreadCanHandleSignals(PyInterpreterState *interp)
60
}
61
62
63
-/* Only execute pending calls on the main thread. */
64
-static inline int
65
-_Py_ThreadCanHandlePendingCalls(void)
66
-{
67
- return _Py_IsMainThread();
68
-}
69
-
70
71
/* Variable and static inline functions for in-line access to current thread
72
and interpreter state */
73
0 commit comments