summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-11-30 02:21:41 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-11-30 02:21:41 (GMT)
commitafdd51343cafbc02443fa6f7a2166af951a67c64 (patch)
tree785c05f8dd519863ffc6f2c6ce1908387c5249f5 /Misc
parentc7217d7c2210008ba06e9bcb2a14439a451eef71 (diff)
downloadcpython-afdd51343cafbc02443fa6f7a2166af951a67c64.zip
cpython-afdd51343cafbc02443fa6f7a2166af951a67c64.tar.gz
cpython-afdd51343cafbc02443fa6f7a2166af951a67c64.tar.bz2
Issue #25764: Preserve subprocess fork exception when preexec_fn used
Also fix handling of failure to release the import lock.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7629600..0d4977f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -115,6 +115,9 @@ Core and Builtins
Library
-------
+- Issue #25764: In the subprocess module, preserve any exception caused by
+ fork() failure when preexec_fn is used.
+
- Issue #6478: _strptime's regexp cache now is reset after changing timezone
with time.tzset().