Commit ea36d03
Document
Prior to 3.9, Py_AddPendingCall() would always run pending calls in the main interpreter, but then each interpreter got their own ceval state, and they were scheduled for any interpreter. In pythonGH-104813, this was undone, so Py_AddPendingCall() would always schedule for the main interpreter.
(cherry picked from commit 89ff88b)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>Py_AddPendingCall() change with subinterpreters in 3.12 (pythonGH-139117)1 parent 869f1d8 commit ea36d03
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1999 | 1999 | | |
2000 | 2000 | | |
2001 | 2001 | | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
2002 | 2006 | | |
2003 | 2007 | | |
2004 | 2008 | | |
| |||
0 commit comments