summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b05b854..f71e9be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -250,6 +250,10 @@ Extension Modules
- Expat: Fix DoS via XML document with malformed UTF-8 sequences
(CVE_2009_3560).
+- Issue #7242: On Solaris 9 and earlier calling os.fork() from within a
+ thread could raise an incorrect RuntimeError about not holding the import
+ lock. The import lock is now reinitialized after fork.
+
Build
-----