| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5111d7d commit fe6ecc4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,8 @@ | |||
| 1 | + The "pending call" machinery now works for all interpreters, not just the | ||
| 2 | + main interpreter, and runs in all threads, not just the main thread. Some | ||
| 3 | + calls are still only done in the main thread, ergo in the main interpreter. | ||
| 4 | + This change does not affect the existing public C-API | ||
| 5 | + (``Py_AddPendingCall()``) which still only targets the main thread. The new | ||
| 6 | + functionality is meant strictly for internal use. This change brings the | ||
| 7 | + capability in line with the intention when the state was made | ||
| 8 | + per-interpreter several years ago. | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments