summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2016-09-08 01:48:06 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2016-09-08 01:48:06 (GMT)
commit97be87a5c83854e994ab4c10eba5713a61a7bd38 (patch)
treef98e28eb8b2b51bd691515752b5002b1a048572b /Misc
parent1ba3e6dab109da6e7c31b81f263f2ba02aa7bb17 (diff)
downloadcpython-97be87a5c83854e994ab4c10eba5713a61a7bd38.zip
cpython-97be87a5c83854e994ab4c10eba5713a61a7bd38.tar.gz
cpython-97be87a5c83854e994ab4c10eba5713a61a7bd38.tar.bz2
Issue #15352: Rebuild frozen modules when marshal.c is changed.
Diffstat (limited to 'Misc')
-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.