Skip to content

Commit 4ca9bcb

Browse files
committed
Document Py_AddPendingCall() change in 3.12.
1 parent 571210b commit 4ca9bcb

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
@@ -1834,6 +1834,10 @@ pointer and a void pointer argument.
18341834
called from the main interpreter. Each subinterpreter now has its own
18351835
list of scheduled calls.
18361836
1837+
.. versionchanged:: 3.12
1838+
This function now always schedules *func* to be run in the main
1839+
interpreter.
1840+
18371841
.. _profiling:
18381842
18391843
Profiling and Tracing

0 commit comments

Comments
 (0)