diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 6a272a4f5fcb87..0473bd0fb549be 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -1999,6 +1999,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