summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e7ad4d629..7732ba9ba2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -335,6 +335,9 @@ C-API
- Issue #4122: On Windows, fix a compilation error when using the
Py_UNICODE_ISSPACE macro in an extension module.
+
+- Issue #4293: Py_AddPendingCall is now thread safe and can be used for
+ asynchronous notifications to python from any thread. Documentation added.
Extension Modules
-----------------