Skip to content

Commit

Permalink
Add a NEWS entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Jun 2, 2023
1 parent 5111d7d commit fe6ecc4
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
The "pending call" machinery now works for all interpreters, not just the
main interpreter, and runs in all threads, not just the main thread. Some
calls are still only done in the main thread, ergo in the main interpreter.
This change does not affect the existing public C-API
(``Py_AddPendingCall()``) which still only targets the main thread. The new
functionality is meant strictly for internal use. This change brings the
capability in line with the intention when the state was made
per-interpreter several years ago.

0 comments on commit fe6ecc4

Please sign in to comment.