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 c933a6b commit 7cdc6f6Copy full SHA for 7cdc6f6
Include/internal/pycore_pystate.h
@@ -161,8 +161,8 @@ extern void _PyThreadState_SetShuttingDown(PyThreadState *tstate);
161
// them from reattaching until the stop-the-world pause is complete.
162
//
163
// NOTE: This is a no-op outside of Py_GIL_DISABLED builds.
164
-extern void _PyEval_StopTheWorldAll(_PyRuntimeState *runtime);
165
-extern void _PyEval_StartTheWorldAll(_PyRuntimeState *runtime);
+extern Py_API_FUNC(void) _PyEval_StopTheWorldAll(_PyRuntimeState *runtime);
+extern Py_API_FUNC(void) _PyEval_StartTheWorldAll(_PyRuntimeState *runtime);
166
167
// Perform a stop-the-world pause for threads in the specified interpreter.
168
0 commit comments