[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:
Miss Islington (bot) 2025-10-03 22:20:35 +02:00 committed by GitHub
parent a81eeaf582
commit 292b6cf3e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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