8000 Add a NEWS entry. · python/cpython@fe6ecc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe6ecc4

Browse files
Add a NEWS entry.
1 parent 5111d7d commit fe6ecc4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)
0