Skip to content

Commit 292b6cf

Browse files
[3.14] Document Py_AddPendingCall() change with subinterpreters in 3.12 (GH-139117) (#139118)
Co-authored-by: Peter Bierma <[email protected]>
1 parent a81eeaf commit 292b6cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/c-api/init.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,6 +2002,10 @@ pointer and a void pointer argument.
20022002
called from the main interpreter. Each subinterpreter now has its own
20032003
list of scheduled calls.
20042004
2005+
.. versionchanged:: 3.12
2006+
This function now always schedules *func* to be run in the main
2007+
interpreter.
2008+
20052009
.. _profiling:
20062010
20072011
Profiling and Tracing

0 commit comments

Comments
 (0)