mirror of
https://github.com/python/cpython.git
synced 2025-09-17 14:16:02 +00:00
Misc/NEWS for issue 4293
This commit is contained in:
parent
6220e41cb1
commit
c22ab18e91
1 changed files with 3 additions and 0 deletions
|
@ -336,6 +336,9 @@ C-API
|
||||||
- Issue #4122: On Windows, fix a compilation error when using the
|
- Issue #4122: On Windows, fix a compilation error when using the
|
||||||
Py_UNICODE_ISSPACE macro in an extension module.
|
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
|
Extension Modules
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue