mirror of https://github.com/python/cpython
fix encoding
This commit is contained in:
parent
e7231cc14c
commit
590c66810f
|
@ -60,7 +60,7 @@ No release schedule has been decided yet for 2.7.
|
||||||
.. ========================================================================
|
.. ========================================================================
|
||||||
|
|
||||||
|
|
||||||
Kristján Valur Jónsson, issue 4293
|
Kristján Valur Jónsson, issue 4293
|
||||||
Py_AddPendingCall is now thread safe. This allows any worker thread
|
Py_AddPendingCall is now thread safe. This allows any worker thread
|
||||||
to submit notifications to the python main thread. This is particularly
|
to submit notifications to the python main thread. This is particularly
|
||||||
useful for asynchronous IO operations.
|
useful for asynchronous IO operations.
|
||||||
|
|
Loading…
Reference in New Issue