]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Oct 2025 20:20:35 +0000 (22:20 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Oct 2025 20:20:35 +0000 (23:20 +0300)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Doc/c-api/init.rst

index 416bece23bcbb4c20ec7f612e3606465687f28da..c36e0b4c000155060765ef60bc4660cb07307ce1 100644 (file)
@@ -2002,6 +2002,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