diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2009-01-12 09:24:04 +0000 |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2009-01-12 09:24:04 +0000 |
commit | c22ab18e917d483fe95b0288ea096751de71277d (patch) | |
tree | e7bd20a71d6e1a91e4c6cfeea101ea8fe2f5f4fb | |
parent | 6220e41cb153eb94d6275f2b62b8a3fd614df7d1 (diff) | |
download | cpython-git-c22ab18e917d483fe95b0288ea096751de71277d.tar.gz |
Misc/NEWS for issue 4293
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------------- |