mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
NEWS entry for subprocess module C extension in r78946.
This commit is contained in:
parent
fb94c5f1e5
commit
a31f57cc9a
1 changed files with 4 additions and 0 deletions
|
@ -283,6 +283,10 @@ C-API
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- The internals of the subprocess module on POSIX systems have been replaced
|
||||||
|
by an extension module (_posixsubprocess) so that the fork()+exec() can be
|
||||||
|
done safely without the possibility of deadlock in multithreaded applications.
|
||||||
|
|
||||||
- Issue #6472: The xml.etree package is updated to ElementTree 1.3. The
|
- Issue #6472: The xml.etree package is updated to ElementTree 1.3. The
|
||||||
cElementTree module is updated too.
|
cElementTree module is updated too.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue