summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cacacf6..7fce84d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7859,6 +7859,8 @@ Library
- Issue #17119: Fixed integer overflows when processing large strings and tuples
in the tkinter module.
+- Issue #15352: Rebuild frozen modules when marshal.c is changed.
+
- Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
A pthread_atfork() parent handler is used to seed the PRNG with pid, time
and some stack data.