mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
[3.14] Document Py_AddPendingCall() change with subinterpreters in 3.12 (GH-139117) (#139118)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
parent
a81eeaf582
commit
292b6cf3e6
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue