We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Py_AddPendingCall()
1 parent a81eeaf commit 292b6cfCopy full SHA for 292b6cf
Doc/c-api/init.rst
@@ -2002,6 +2002,10 @@ pointer and a void pointer argument.
2002
called from the main interpreter. Each subinterpreter now has its own
2003
list of scheduled calls.
2004
2005
+ .. versionchanged:: 3.12
2006
+ This function now always schedules *func* to be run in the main
2007
+ interpreter.
2008
+
2009
.. _profiling:
2010
2011
Profiling and Tracing
0 commit comments