]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Misc/NEWS for issue 4293
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 12 Jan 2009 09:24:04 +0000 (09:24 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Mon, 12 Jan 2009 09:24:04 +0000 (09:24 +0000)
Misc/NEWS

index 9e7ad4d6295833b30eb9ae8b8fca19cfd9e71256..7732ba9ba2cc191ea814b47e2d7aefec3418bf6c 100644 (file)
--- 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
 -----------------