diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2010-03-14 06:52:18 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2010-03-14 06:52:18 (GMT) |
commit | a31f57cc9a6df320fa4427f6cd3bb8066be5f451 (patch) | |
tree | c2dc731691df40913089413aac98662c596812a2 /Misc | |
parent | fb94c5f1e5bb9ccd28bcd311f388db7bea35c865 (diff) | |
download | cpython-a31f57cc9a6df320fa4427f6cd3bb8066be5f451.zip cpython-a31f57cc9a6df320fa4427f6cd3bb8066be5f451.tar.gz cpython-a31f57cc9a6df320fa4427f6cd3bb8066be5f451.tar.bz2 |
NEWS entry for subprocess module C extension in r78946.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -283,6 +283,10 @@ C-API 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 cElementTree module is updated too. |