diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 7669d194d8b130..211b902ad1e4e4 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -1944,6 +1944,10 @@ pointer and a void pointer argument. called from the main interpreter. Each subinterpreter now has its own list of scheduled calls. + .. versionchanged:: 3.12 + This function now always schedules *func* to be run in the main + interpreter. + .. _profiling: Profiling and Tracing