From: Kristján Valur Jónsson Date: Mon, 12 Jan 2009 09:24:04 +0000 (+0000) Subject: Misc/NEWS for issue 4293 X-Git-Tag: v2.7a1~2317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c22ab18e917d483fe95b0288ea096751de71277d;p=thirdparty%2FPython%2Fcpython.git Misc/NEWS for issue 4293 --- diff --git a/Misc/NEWS b/Misc/NEWS index 9e7ad4d62958..7732ba9ba2cc 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 -----------------